From 666450ef14c31099299567c4d04c526086b31a93 Mon Sep 17 00:00:00 2001 From: murgatroid99 <michael.lumish@gmail.com> Date: Mon, 26 Jan 2015 13:03:31 -0800 Subject: [PATCH] Updated comment --- tools/run_tests/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab