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)
commitc1482a3213790dba0c7faed021e309cf0a010c00 (patch)
tree720306c9b7cbb8ca9c097d80e45a1ce18d96cf6a /test/option--H.py
parent097d6c11f0670cff8044abca40dc284451e8b3c1 (diff)
downloadSCons-c1482a3213790dba0c7faed021e309cf0a010c00.zip
SCons-c1482a3213790dba0c7faed021e309cf0a010c00.tar.gz
SCons-c1482a3213790dba0c7faed021e309cf0a010c00.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()