diff options
author | Steven Knight <knight@baldmt.com> | 2001-10-29 05:33:03 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-10-29 05:33:03 (GMT) |
commit | 15928490b955a3d4ea4966102dc915ed0fdb8526 (patch) | |
tree | 4b7b65dd605a53881ad0ee1977cea88db9f31885 /test/option-f.py | |
parent | 3bce8a9e6e70d61723e4824bd7ba84a7b9547456 (diff) | |
download | SCons-15928490b955a3d4ea4966102dc915ed0fdb8526.zip SCons-15928490b955a3d4ea4966102dc915ed0fdb8526.tar.gz SCons-15928490b955a3d4ea4966102dc915ed0fdb8526.tar.bz2 |
Handle SConscript files in subdirectories.
Diffstat (limited to 'test/option-f.py')
-rw-r--r-- | test/option-f.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-f.py b/test/option-f.py index 84b8ed3..55ec367 100644 --- a/test/option-f.py +++ b/test/option-f.py @@ -77,6 +77,6 @@ print "STDIN " + os.getcwd() test.run(arguments = '-f no_such_file', stdout = "", - stderr = "Ignoring missing script 'no_such_file'\n") + stderr = "Ignoring missing SConscript 'no_such_file'\n") test.pass_test() |