summaryrefslogtreecommitdiffstats
path: root/test/BuildDir.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/BuildDir.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/BuildDir.py')
-rw-r--r--test/BuildDir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BuildDir.py b/test/BuildDir.py
index c2ad4af..8e79de9 100644
--- a/test/BuildDir.py
+++ b/test/BuildDir.py
@@ -42,7 +42,7 @@ try:
except:
print 'There is no fortran compiler.'
""")
-test.run()
+test.run(arguments = ".")
f77 = test.where_is(test.stdout()[:-1])
test.unlink('SConstruct')