summaryrefslogtreecommitdiffstats
path: root/runtest.py
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins001@gmail.com>2016-09-23 06:13:44 (GMT)
committerWilliam Blevins <wblevins001@gmail.com>2016-09-23 06:13:44 (GMT)
commitd2312ff7f05636c425526936d1957464221b26d0 (patch)
treeb9e1870afd2bbb9196c559a48b18a9e37f398539 /runtest.py
parent2c18000b934722c69e23a2d0ad181767d5266ac9 (diff)
downloadSCons-d2312ff7f05636c425526936d1957464221b26d0.zip
SCons-d2312ff7f05636c425526936d1957464221b26d0.tar.gz
SCons-d2312ff7f05636c425526936d1957464221b26d0.tar.bz2
Initial python3 cut of test/Fortran.
Diffstat (limited to 'runtest.py')
-rwxr-xr-xruntest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtest.py b/runtest.py
index dec8f9f..c856740 100755
--- a/runtest.py
+++ b/runtest.py
@@ -789,8 +789,8 @@ def run_test(t, io_lock, async=True):
fixture_dirs = []
if head:
fixture_dirs.append(head)
- fixture_dirs.append(os.path.join(os.path.split(os.path.abspath(__file__))[0], 'fixture'))
- os.environ['PYTHON_SCRIPT_DIR'] = ':'.join(fixture_dirs)
+ fixture_dirs.append(os.path.join(scriptpath, 'fixture'))
+ os.environ['FIXTURE_DIRS'] = ':'.join(fixture_dirs)
test_start_time = time_func()
if execute_tests: