summaryrefslogtreecommitdiffstats
path: root/runtest.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-12-05 03:37:58 (GMT)
committerSteven Knight <knight@baldmt.com>2002-12-05 03:37:58 (GMT)
commit2e49581b613cd875ae114ba137e28512693605d8 (patch)
tree22b0a30687c74be39cd4b802282363163854c10e /runtest.py
parent1974e3b981c83ab735d03798d4bf77906097d7fc (diff)
downloadSCons-2e49581b613cd875ae114ba137e28512693605d8.zip
SCons-2e49581b613cd875ae114ba137e28512693605d8.tar.gz
SCons-2e49581b613cd875ae114ba137e28512693605d8.tar.bz2
Prevent -n from unlinking files.
Diffstat (limited to 'runtest.py')
-rw-r--r--runtest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtest.py b/runtest.py
index b5ffbea..ae45185 100644
--- a/runtest.py
+++ b/runtest.py
@@ -279,6 +279,8 @@ else:
scons_lib_dir = ld or os.path.join(cwd, 'src', 'engine')
+ pythonpath_dir = scons_lib_dir
+
if scons:
# Let the version of SCons that the -x option pointed to find
# its own modules.