summaryrefslogtreecommitdiffstats
path: root/test/dependency-cycle.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/dependency-cycle.py')
-rw-r--r--test/dependency-cycle.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/dependency-cycle.py b/test/dependency-cycle.py
index b2a8974..3cfe697 100644
--- a/test/dependency-cycle.py
+++ b/test/dependency-cycle.py
@@ -49,7 +49,10 @@ f1(void)
""")
test.run(arguments = ".", stderr=r"""
-scons: \*\*\* Dependency cycle: .*foo1.* -> .*foo3.* -> .*foo2.* -> .*foo1.*
+scons: \*\*\* Found dependency cycle\(s\):
+ .*foo1.* -> .*foo3.* -> .*foo2.* -> .*foo1.*
+ .*foo3.* -> .*foo2.* -> .*foo1.* -> .*foo3.*
+
.*
""", status=2)