summaryrefslogtreecommitdiffstats
path: root/test/dependency-cycle.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-12-14 03:44:52 (GMT)
committerSteven Knight <knight@baldmt.com>2002-12-14 03:44:52 (GMT)
commit87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4 (patch)
tree5360eb8deb9fccf2ce09d1fba6cd3b727f56e834 /test/dependency-cycle.py
parent415da53eb50ff3efadc22abfeeba1e7eb1042f71 (diff)
downloadSCons-87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4.zip
SCons-87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4.tar.gz
SCons-87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4.tar.bz2
Make error and warning message consistent. (Anthony Roach)
Diffstat (limited to 'test/dependency-cycle.py')
-rw-r--r--test/dependency-cycle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dependency-cycle.py b/test/dependency-cycle.py
index 8116a1f..4e4beef 100644
--- a/test/dependency-cycle.py
+++ b/test/dependency-cycle.py
@@ -48,7 +48,7 @@ f1(void)
""")
test.run(arguments = ".", stderr=r"""
-SCons error: Dependency cycle: .*foo1.* -> .*foo3.* -> .*foo2.* -> .*foo1.* -> \.
+scons: \*\*\* Dependency cycle: .*foo1.* -> .*foo3.* -> .*foo2.* -> .*foo1.* -> \.
.*
""", status=2)