summaryrefslogtreecommitdiffstats
path: root/QMTest/TestRuntest.py
diff options
context:
space:
mode:
authordirkbaechle <devnull@localhost>2012-08-12 13:34:33 (GMT)
committerdirkbaechle <devnull@localhost>2012-08-12 13:34:33 (GMT)
commitc5f2f746e26c77190109eb4e23c1f18779e27528 (patch)
tree6974f0c8f0ffeda3febd2a81582887ab7d7d9383 /QMTest/TestRuntest.py
parent4ae583161be1735d0450be17fe2383ec5c4f475e (diff)
downloadSCons-c5f2f746e26c77190109eb4e23c1f18779e27528.zip
SCons-c5f2f746e26c77190109eb4e23c1f18779e27528.tar.gz
SCons-c5f2f746e26c77190109eb4e23c1f18779e27528.tar.bz2
- removed Aegis support
Diffstat (limited to 'QMTest/TestRuntest.py')
-rw-r--r--QMTest/TestRuntest.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/QMTest/TestRuntest.py b/QMTest/TestRuntest.py
index ec1c5d7..68563da 100644
--- a/QMTest/TestRuntest.py
+++ b/QMTest/TestRuntest.py
@@ -125,11 +125,6 @@ class TestRuntest(TestCommon):
dirs = [os.environ.get('SCONS_RUNTEST_DIR', orig_cwd)]
- spe = os.environ.get('SCONS_SOURCE_PATH_EXECUTABLE', orig_cwd)
- for d in spe.split(os.pathsep):
- dirs.append(os.path.join(d, 'build'))
- dirs.append(d)
-
for thing in things_to_copy:
for dir in dirs:
t = os.path.join(dir, thing)
@@ -143,12 +138,7 @@ class TestRuntest(TestCommon):
self.program_set(self.workpath(kw['program']))
- for key in os.environ.keys():
- if key[:5] == 'AEGIS':
- os.environ[key] = ''
-
os.environ['PYTHONPATH'] = ''
- os.environ['SCONS_SOURCE_PATH_EXECUTABLE'] = ''
def write_fake_scons_source_tree(self):
os.mkdir('src')