diff options
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index b4847a7b..3f9c352c 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -141,6 +141,7 @@ process(sys.argv[1]) shutil.move(os.path.join(dirname, main_file), filename) # the additional files were copied; alter additional_files to point to their full paths now additional_files = map(lambda f: os.path.join(dirname, f), additional_files) + os.chdir(self.get_dir()) # C++ => LLVM binary |