summaryrefslogtreecommitdiffstats
path: root/test/Builder/different-actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Builder/different-actions.py')
-rw-r--r--test/Builder/different-actions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Builder/different-actions.py b/test/Builder/different-actions.py
index 33a1363..d84a9f9 100644
--- a/test/Builder/different-actions.py
+++ b/test/Builder/different-actions.py
@@ -43,6 +43,8 @@ e2.Command('out.txt', [], 'echo 2 > $TARGET')
expect = TestSCons.re_escape("""
scons: *** Two environments with different actions were specified for the same target: out.txt
+(action 1: echo 1 > out.txt)
+(action 2: echo 2 > out.txt)
""") + TestSCons.file_expr
test.run(arguments='out.txt', status=2, stderr=expect)