summaryrefslogtreecommitdiff
path: root/QMTest/TestRuntest.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2006-08-06 21:02:53 +0000
committerSteven Knight <knight@baldmt.com>2006-08-06 21:02:53 +0000
commitdf81b3858c382f8c74d9645ba53cf66cf46c36d3 (patch)
tree25c361a3215f7ed298f44e4187590fec3b7d4139 /QMTest/TestRuntest.py
parenta7a627322e74041d164cebde26f022c5aa686846 (diff)
downloadscons-df81b3858c382f8c74d9645ba53cf66cf46c36d3.tar.gz
Merged revisions 1540-1545,1547-1581 via svnmerge from
http://scons.tigris.org/svn/scons/branches/core ........ r1543 | stevenknight | 2006-07-25 20:37:19 -0400 (Tue, 25 Jul 2006) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-1502" from http://scons.tigris.org/svn/scons/branches/sigrefactor ........ r1558 | stevenknight | 2006-07-28 22:43:38 -0400 (Fri, 28 Jul 2006) | 2 lines Ignore *.pyc files in the QMTest subdirectory. ........ r1561 | stevenknight | 2006-07-29 07:16:14 -0400 (Sat, 29 Jul 2006) | 3 lines Fix the infrastructure that tests runtest.py itself when the wrapping runtest.py is run directly, not through Aegis. ........ r1580 | stevenknight | 2006-08-06 15:00:06 -0400 (Sun, 06 Aug 2006) | 1 line 0.96.D428 - Support cleaning and scanning target files generated by SWIG. (Arve Knudsen) ........ r1581 | stevenknight | 2006-08-06 15:40:20 -0400 (Sun, 06 Aug 2006) | 1 line 0.96.D429 - Use zipimport as a fallback when importing modules so SCons can use py2exe's all ........
Diffstat (limited to 'QMTest/TestRuntest.py')
-rw-r--r--QMTest/TestRuntest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestRuntest.py b/QMTest/TestRuntest.py
index 6fd423a9..a4bcd05d 100644
--- a/QMTest/TestRuntest.py
+++ b/QMTest/TestRuntest.py
@@ -99,7 +99,7 @@ class TestRuntest(TestCommon):
'QMTest',
]
- dirs = []
+ dirs = [orig_cwd]
spe = os.environ.get('SCONS_SOURCE_PATH_EXECUTABLE', orig_cwd)
for d in string.split(spe, os.pathsep):