"ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "cdc8d9dc0810d959eef144149939ec7a3618b208"
Commit 4943c48d authored by Robert McGibbon's avatar Robert McGibbon
Browse files

Update .travis.yml

parent 4ad1af2a
...@@ -15,7 +15,7 @@ script: ...@@ -15,7 +15,7 @@ script:
- make install - make install
- sudo make PythonInstall - sudo make PythonInstall
- # run all of the tests - # run all of the tests
- ctest -V || echo "Something failed the first time around..." - ctest -V
- # get a list of all of the failed tests into this stupid ctest format - # get a list of all of the failed tests into this stupid ctest format
- python -c 'fn = "Testing/Temporary/LastTestsFailed.log"; import os; os.path.exists(fn) or exit(0); l = [line.split(":")[0] for line in open(fn)]; triplets = zip(l, l, [","]*len(l)); print "".join(",".join(t) for t in triplets)' > FailedTests.log - python -c 'fn = "Testing/Temporary/LastTestsFailed.log"; import os; os.path.exists(fn) or exit(0); l = [line.split(":")[0] for line in open(fn)]; triplets = zip(l, l, [","]*len(l)); print "".join(",".join(t) for t in triplets)' > FailedTests.log
- # rerun all of the failed tests - # rerun all of the failed tests
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment