diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index a572b4ee..52d11ebf 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -8226,9 +8226,9 @@ fscanfed: 10 - hello os.environ["EMMAKEN_JUST_CONFIGURE"] = "1" cmd = ['python', EMCC, '-s', 'ASSERTIONS=1', os.path.join(self.get_dir(), 'conftest.c'), '-o', 'conftest'] output = Popen(cmd, stderr=PIPE).communicate() + del os.environ["EMMAKEN_JUST_CONFIGURE"] self.assertNotContained('emcc: warning: treating -s as linker option', output[1]) assert os.path.exists('conftest') - del os.environ["EMMAKEN_JUST_CONFIGURE"] def test_crunch(self): # crunch should not be run if a .crn exists that is more recent than the .dds |