summaryrefslogtreecommitdiff
path: root/test/option-f.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-10-29 05:33:03 +0000
committerSteven Knight <knight@baldmt.com>2001-10-29 05:33:03 +0000
commit15928490b955a3d4ea4966102dc915ed0fdb8526 (patch)
tree4b7b65dd605a53881ad0ee1977cea88db9f31885 /test/option-f.py
parent3bce8a9e6e70d61723e4824bd7ba84a7b9547456 (diff)
downloadscons-15928490b955a3d4ea4966102dc915ed0fdb8526.tar.gz
Handle SConscript files in subdirectories.
Diffstat (limited to 'test/option-f.py')
-rw-r--r--test/option-f.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-f.py b/test/option-f.py
index 84b8ed3d..55ec3671 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()