summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-05-04 14:06:03 (GMT)
committerMats Wichmann <mats@linux.com>2019-05-04 14:06:03 (GMT)
commitb5719369dc76b7d6b1525f44f6d86a064f6a4106 (patch)
treeaab9b2a91cf8ea964b9da951398121f12b108f5b
parent2f097b05561d5db58edf079b11ce46b89544ce18 (diff)
downloadSCons-b5719369dc76b7d6b1525f44f6d86a064f6a4106.zip
SCons-b5719369dc76b7d6b1525f44f6d86a064f6a4106.tar.gz
SCons-b5719369dc76b7d6b1525f44f6d86a064f6a4106.tar.bz2
[PR #3364] small change to trigger ci
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--test/Parallel/failed-build.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Parallel/failed-build.py b/test/Parallel/failed-build.py
index 6d8448b..54fd2fc 100644
--- a/test/Parallel/failed-build.py
+++ b/test/Parallel/failed-build.py
@@ -45,7 +45,8 @@ test = TestSCons.TestSCons()
# We want to verify that -j 2 starts precisely two jobs, the first of
# which fails and the second of which succeeds, and then stops processing
-# due to the first build failure. To try to control the timing, the two
+# due to the first build failure - the second build job does not just
+# continue processing tasks. To try to control the timing, the two
# created build scripts use a pair of marker directories.
#
# The failure script waits until it sees the 'mycopy.started' directory