diff options
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index b134f739..95b5ba64 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -45,7 +45,9 @@ class T(unittest.TestCase): # C++ => LLVM binary try: + # Make sure we notice if compilation steps failed os.remove(filename + '.o') + os.remove(filename + '.o.ll') except: pass os.chdir(dirname) |