diff options
Diffstat (limited to 't/check8.sh')
-rwxr-xr-x | t/check8.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/check8.sh b/t/check8.sh index b968c3a0d..6fcd30ae2 100755 --- a/t/check8.sh +++ b/t/check8.sh @@ -75,7 +75,7 @@ grep '^[^X]*PASS.* bar' stdout grep '^[^X]*PASS.* sub/bar' stdout grep '^[^X]*FAIL.* baz' stdout grep 'XFAIL.* sub/baz' stdout -# 'parallel-tests' should not add circular dependencies. +# The parallel test driver should cause circular dependencies. # Look for known warnings from a couple of 'make' implementations. grep -i 'circular.*dependency' stderr && exit 1 grep -i 'graph cycles' stderr && exit 1 |