commit | 666450ef14c31099299567c4d04c526086b31a93 | [log] [tgz] |
---|---|---|
author | murgatroid99 <michael.lumish@gmail.com> | Mon Jan 26 13:03:31 2015 -0800 |
committer | murgatroid99 <michael.lumish@gmail.com> | Mon Jan 26 13:03:31 2015 -0800 |
tree | 29ab0c46c180c0c14fd8fc609332cd3581984e07 | |
parent | c279165f726dedc976fa9a73f1afe700639c6f3e [diff] |
Updated comment
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 4f2f10f..b7248e5 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py
@@ -204,7 +204,7 @@ def _build_and_run(check_cancelled, newline_on_success, cache): """Do one pass of building & running tests.""" - # build latest, sharing cpu between the various makes + # build latest sequentially if not jobset.run(build_steps, maxjobs=1): return 1