summaryrefslogtreecommitdiff
path: root/runtest.py
diff options
context:
space:
mode:
authorgrbd <garlicbready@googlemail.com>2017-06-21 01:15:23 +0100
committergrbd <garlicbready@googlemail.com>2017-06-21 01:15:23 +0100
commit66af41201f889e7c8ce3615cfff258e2fda364ad (patch)
tree804a26580008086aad828eec8a3d5a55d4c1f316 /runtest.py
parentb3cdbc19c6969db1afd6083b1d81bd187420a661 (diff)
downloadscons-66af41201f889e7c8ce3615cfff258e2fda364ad.tar.gz
Changed to os.pathsep for fixture dirs
Diffstat (limited to 'runtest.py')
-rwxr-xr-xruntest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.py b/runtest.py
index d4bc502d..487100b6 100755
--- a/runtest.py
+++ b/runtest.py
@@ -810,7 +810,7 @@ def run_test(t, io_lock, async=True):
if head:
fixture_dirs.append(head)
fixture_dirs.append(os.path.join(scriptpath, 'test', 'fixture'))
- os.environ['FIXTURE_DIRS'] = ';'.join(fixture_dirs)
+ os.environ['FIXTURE_DIRS'] = os.pathsep.join(fixture_dirs)
test_start_time = time_func()
if execute_tests: