summaryrefslogtreecommitdiff
path: root/test/FindFile.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-08-31 04:58:09 +0000
committerSteven Knight <knight@baldmt.com>2002-08-31 04:58:09 +0000
commitda5fa78a78e4fe36ab5f6dacb1e7938cd1bdbe07 (patch)
tree09923409e3e511b6d18e0323209f34cda29c2ca7 /test/FindFile.py
parentd8b4ea0c9adfb77244f488c338d290c863f2b8b1 (diff)
downloadscons-da5fa78a78e4fe36ab5f6dacb1e7938cd1bdbe07.tar.gz
Provide a message if there are no command-line targets specified and no Default() targets.
Diffstat (limited to 'test/FindFile.py')
-rw-r--r--test/FindFile.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/FindFile.py b/test/FindFile.py
index 6c3c3479..6123c5ad 100644
--- a/test/FindFile.py
+++ b/test/FindFile.py
@@ -56,9 +56,10 @@ test 2
test 4
+scons: "." is up to date.
"""
-test.run(stdout = expect)
+test.run(arguments = ".", stdout = expect)
test.pass_test()