diff options
author | William Blevins <wblevins001@gmail.com> | 2016-09-24 22:36:07 (GMT) |
---|---|---|
committer | William Blevins <wblevins001@gmail.com> | 2016-09-24 22:36:07 (GMT) |
commit | 6dd3fd8b838d18d65edd6e7adabf3a363437f8a9 (patch) | |
tree | 636743a257afd12512616d2aab449ad06215dfd6 /runtest.py | |
parent | 203e9a690d471e53c88e6fe577188593c98bd9ef (diff) | |
download | SCons-6dd3fd8b838d18d65edd6e7adabf3a363437f8a9.zip SCons-6dd3fd8b838d18d65edd6e7adabf3a363437f8a9.tar.gz SCons-6dd3fd8b838d18d65edd6e7adabf3a363437f8a9.tar.bz2 |
Moved fixture directory under #test.
Diffstat (limited to 'runtest.py')
-rwxr-xr-x | runtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -789,7 +789,7 @@ def run_test(t, io_lock, async=True): fixture_dirs = [] if head: fixture_dirs.append(head) - fixture_dirs.append(os.path.join(scriptpath, 'fixture')) + fixture_dirs.append(os.path.join(scriptpath, 'test', 'fixture')) os.environ['FIXTURE_DIRS'] = ':'.join(fixture_dirs) test_start_time = time_func() |