summaryrefslogtreecommitdiffstats
path: root/runtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.py')
-rw-r--r--runtest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtest.py b/runtest.py
index 0f2acb6..af6e258 100644
--- a/runtest.py
+++ b/runtest.py
@@ -109,7 +109,9 @@ else:
os.environ['PYTHONPATH'] = lib_dir + \
os.pathsep + \
- os.path.join(cwd, 'build', 'etc')
+ os.path.join(cwd, 'build', 'etc') + \
+ os.pathsep + \
+ os.path.join(cwd, 'etc')
os.chdir(scons_dir)