Skip to content
Snippets Groups Projects
Commit 666450ef authored by murgatroid99's avatar murgatroid99
Browse files

Updated comment

parent c279165f
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ class TestCache(object): ...@@ -204,7 +204,7 @@ class TestCache(object):
def _build_and_run(check_cancelled, newline_on_success, cache): def _build_and_run(check_cancelled, newline_on_success, cache):
"""Do one pass of building & running tests.""" """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): if not jobset.run(build_steps, maxjobs=1):
return 1 return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment