summaryrefslogtreecommitdiffstats
path: root/runtest.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-02-22 04:36:00 (GMT)
committerSteven Knight <knight@baldmt.com>2002-02-22 04:36:00 (GMT)
commita1735a51d2eb3e67a80f53dfdaae915252e55d2a (patch)
tree5a17098435b807441645172f261e5dea72fe7b25 /runtest.py
parent514955d91597edc49a05e5260caaca8db7506ab7 (diff)
downloadSCons-a1735a51d2eb3e67a80f53dfdaae915252e55d2a.zip
SCons-a1735a51d2eb3e67a80f53dfdaae915252e55d2a.tar.gz
SCons-a1735a51d2eb3e67a80f53dfdaae915252e55d2a.tar.bz2
Prepare for release 0.05.
Diffstat (limited to 'runtest.py')
-rw-r--r--runtest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtest.py b/runtest.py
index 0f2acb6..af6e258 100644
--- a/runtest.py
+++ b/runtest.py
@@ -109,7 +109,9 @@ else:
os.environ['PYTHONPATH'] = lib_dir + \
os.pathsep + \
- os.path.join(cwd, 'build', 'etc')
+ os.path.join(cwd, 'build', 'etc') + \
+ os.pathsep + \
+ os.path.join(cwd, 'etc')
os.chdir(scons_dir)