diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-18 05:27:57 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-18 05:27:57 (GMT) |
commit | 921722a590e38747ab92e91f8d048b6a63345b9e (patch) | |
tree | 720306c9b7cbb8ca9c097d80e45a1ce18d96cf6a /test/option--H.py | |
parent | 8d1c196a9da9634739875c94607cf423b6e35a22 (diff) | |
download | SCons-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.py | 1 |
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() |