diff options
author | William Blevins <wblevins001@gmail.com> | 2016-09-23 06:13:44 (GMT) |
---|---|---|
committer | William Blevins <wblevins001@gmail.com> | 2016-09-23 06:13:44 (GMT) |
commit | d2312ff7f05636c425526936d1957464221b26d0 (patch) | |
tree | b9e1870afd2bbb9196c559a48b18a9e37f398539 /runtest.py | |
parent | 2c18000b934722c69e23a2d0ad181767d5266ac9 (diff) | |
download | SCons-d2312ff7f05636c425526936d1957464221b26d0.zip SCons-d2312ff7f05636c425526936d1957464221b26d0.tar.gz SCons-d2312ff7f05636c425526936d1957464221b26d0.tar.bz2 |
Initial python3 cut of test/Fortran.
Diffstat (limited to 'runtest.py')
-rwxr-xr-x | runtest.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |