summaryrefslogtreecommitdiffstats
path: root/runtest.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-08-27 02:56:22 (GMT)
committerSteven Knight <knight@baldmt.com>2003-08-27 02:56:22 (GMT)
commit4bc06f73db7d3edafabf4dc5677d8172b0e2e5f3 (patch)
tree0fc93b1daf62dcdd7893bbcc977cb73e8718693e /runtest.py
parentb9dfe8b36cfaed3823ddfaef5c89f83da80c7273 (diff)
downloadSCons-4bc06f73db7d3edafabf4dc5677d8172b0e2e5f3.zip
SCons-4bc06f73db7d3edafabf4dc5677d8172b0e2e5f3.tar.gz
SCons-4bc06f73db7d3edafabf4dc5677d8172b0e2e5f3.tar.bz2
Re-synchronize the CVS tree after a SourceForge file system catastrophe.
Diffstat (limited to 'runtest.py')
-rw-r--r--runtest.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtest.py b/runtest.py
index 6508999..fd421ef 100644
--- a/runtest.py
+++ b/runtest.py
@@ -234,6 +234,13 @@ elif all:
keys = tdict.keys()
keys.sort()
tests = map(tdict.get, keys)
+else:
+ sys.stderr.write("""\
+runtest.py: No tests were specified on the command line.
+ List one or more tests, or use the -a option
+ to find and run all tests.
+""")
+
if package: