summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-10 16:17:42 (GMT)
committerSteven Knight <knight@baldmt.com>2001-09-10 16:17:42 (GMT)
commit9010e91ac2831db0ff7f58d209c8f54a7f807afa (patch)
tree7acaa7c47cf9bc139cd9d43deabec50da48fcb53 /README
parentc4edab17c52b6c26ade78727890dc9de56675f2f (diff)
downloadSCons-9010e91ac2831db0ff7f58d209c8f54a7f807afa.zip
SCons-9010e91ac2831db0ff7f58d209c8f54a7f807afa.tar.gz
SCons-9010e91ac2831db0ff7f58d209c8f54a7f807afa.tar.bz2
runtest.py follow-on fixes
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 5 insertions, 7 deletions
diff --git a/README b/README
index 132abcd..0ce7716 100644
--- a/README
+++ b/README
@@ -27,13 +27,11 @@ etc/
their own just to help out with SCons development.
runtest.py
-runtest.sh
- Scripts for running our tests. The Python version is used
- by Aegis for running tests against a copy of the source as
- extracted from an archive. The shell version runs tests against
- the local src/ tree, so you don't have to do a build before
- testing your changes. (Hmm, that should probably just be an
- option to runtest.py...)
+ Script for running our tests. By default, this will run a
+ test against the code in the local src/ tree, so you don't
+ have to do a build before testing your changes. Aegis uses
+ it with an option that requires that you've done a build
+ (aeb) before running tests.
src/
Where the actual source code is kept, of course.