summaryrefslogtreecommitdiffstats
path: root/runtest.py
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2012-10-04 10:19:22 (GMT)
committerRussel Winder <russel@winder.org.uk>2012-10-04 10:19:22 (GMT)
commit7a1eac5442be34eaa0068b5a01151681b4b29132 (patch)
treed2344ef5cbd7d17de8b11cb8f70c0c233b0510f1 /runtest.py
parent116470c324258201dd0e3d670b80de3ab96ed890 (diff)
parenta75755810b08c4d1f6bf7e28211f4a62872b35d8 (diff)
downloadSCons-7a1eac5442be34eaa0068b5a01151681b4b29132.zip
SCons-7a1eac5442be34eaa0068b5a01151681b4b29132.tar.gz
SCons-7a1eac5442be34eaa0068b5a01151681b4b29132.tar.bz2
Merge mainline tip.
Diffstat (limited to 'runtest.py')
-rwxr-xr-xruntest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtest.py b/runtest.py
index 9780f1c..a88cfd2 100755
--- a/runtest.py
+++ b/runtest.py
@@ -640,10 +640,6 @@ old_pythonpath = os.environ.get('PYTHONPATH')
# should be able to go away.
pythonpaths = [ pythonpath_dir ]
-for dir in sp:
- q = os.path.join(dir, 'QMTest')
- pythonpaths.append(q)
-
# Add path of the QMTest folder to PYTHONPATH
scriptpath = os.path.dirname(os.path.realpath(__file__))
pythonpaths.append(os.path.join(scriptpath, 'QMTest'))