summaryrefslogtreecommitdiffstats
path: root/test/option--H.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-11-18 05:27:57 (GMT)
committerSteven Knight <knight@baldmt.com>2003-11-18 05:27:57 (GMT)
commit921722a590e38747ab92e91f8d048b6a63345b9e (patch)
tree720306c9b7cbb8ca9c097d80e45a1ce18d96cf6a /test/option--H.py
parent8d1c196a9da9634739875c94607cf423b6e35a22 (diff)
downloadSCons-921722a590e38747ab92e91f8d048b6a63345b9e.zip
SCons-921722a590e38747ab92e91f8d048b6a63345b9e.tar.gz
SCons-921722a590e38747ab92e91f8d048b6a63345b9e.tar.bz2
Added better -H documentation for --debug and remove -e from man page. (Anthony Roach)
Diffstat (limited to 'test/option--H.py')
-rw-r--r--test/option--H.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/option--H.py b/test/option--H.py
index e0f7b82..5cf9ab7 100644
--- a/test/option--H.py
+++ b/test/option--H.py
@@ -35,6 +35,7 @@ test.write('SConstruct', "")
test.run(arguments = '-H')
test.fail_test(string.find(test.stdout(), '-H, --help-options') == -1)
+test.fail_test(string.find(test.stdout(), '--debug=TYPE') == -1)
test.pass_test()