diff options
Diffstat (limited to 'QMTest/TestRuntest.py')
-rw-r--r-- | QMTest/TestRuntest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestRuntest.py b/QMTest/TestRuntest.py index 6fd423a..a4bcd05 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): |