summaryrefslogtreecommitdiffstats
path: root/test/option-t.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-08-31 04:58:09 (GMT)
committerSteven Knight <knight@baldmt.com>2002-08-31 04:58:09 (GMT)
commitda5fa78a78e4fe36ab5f6dacb1e7938cd1bdbe07 (patch)
tree09923409e3e511b6d18e0323209f34cda29c2ca7 /test/option-t.py
parentd8b4ea0c9adfb77244f488c338d290c863f2b8b1 (diff)
downloadSCons-da5fa78a78e4fe36ab5f6dacb1e7938cd1bdbe07.zip
SCons-da5fa78a78e4fe36ab5f6dacb1e7938cd1bdbe07.tar.gz
SCons-da5fa78a78e4fe36ab5f6dacb1e7938cd1bdbe07.tar.bz2
Provide a message if there are no command-line targets specified and no Default() targets.
Diffstat (limited to 'test/option-t.py')
-rw-r--r--test/option-t.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-t.py b/test/option-t.py
index 5b8a0db..1e3f513 100644
--- a/test/option-t.py
+++ b/test/option-t.py
@@ -32,10 +32,10 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
-test.run(arguments = '-t',
+test.run(arguments = '-t .',
stderr = "Warning: ignoring -t option\n")
-test.run(arguments = '--touch',
+test.run(arguments = '--touch .',
stderr = "Warning: ignoring --touch option\n")
test.pass_test()