aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar murgatroid99 <michael.lumish@gmail.com>2015-01-26 13:03:31 -0800
committerGravatar murgatroid99 <michael.lumish@gmail.com>2015-01-26 13:03:31 -0800
commit666450ef14c31099299567c4d04c526086b31a93 (patch)
tree29ab0c46c180c0c14fd8fc609332cd3581984e07 /tools/run_tests/run_tests.py
parentc279165f726dedc976fa9a73f1afe700639c6f3e (diff)
Updated comment
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 4f2f10f15c..b7248e524b 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -204,7 +204,7 @@ class TestCache(object):
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