summaryrefslogtreecommitdiff
path: root/test/option--duplicate.py
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2012-12-09 01:42:32 +0000
committerGary Oberbrunner <garyo@oberbrunner.com>2012-12-09 01:42:32 +0000
commita5ff23c20f1360d7e66e12ca18bd7be93f580a31 (patch)
tree49843826c48c72d440363b5a2fb6197a4dd434f8 /test/option--duplicate.py
parent6a8eed0386657ec6e4f83b284b335067e3f147b0 (diff)
downloadscons-a5ff23c20f1360d7e66e12ca18bd7be93f580a31.tar.gz
Updated tests for Anatoly Techtonik's option error handling improvements.
Diffstat (limited to 'test/option--duplicate.py')
-rw-r--r--test/option--duplicate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/option--duplicate.py b/test/option--duplicate.py
index 7524c969..cccc1857 100644
--- a/test/option--duplicate.py
+++ b/test/option--duplicate.py
@@ -123,7 +123,8 @@ RunTest('copy', type, bss)
test.run(arguments='--duplicate=nonsense', status=2, stderr="""\
usage: scons [OPTION] [TARGET] ...
-SCons error: `nonsense' is not a valid duplication style.
+SCons Error: `nonsense' is not a valid duplication option type, try:
+ hard-soft-copy, soft-hard-copy, hard-copy, soft-copy, copy
""")
test.pass_test()