diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-02 17:30:50 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-02 17:30:50 -0700 |
commit | 0fb5e1babc151af00b94c61c3cc5a080d3053d1f (patch) | |
tree | 28fffbe3a3efe148a3f8d651f0dda0ff5bfe26a0 | |
parent | 877139dc194c35abf1523b1f9177ffd9cc017881 (diff) |
fix sanity.test_emcc
-rwxr-xr-x | tests/runner.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/runner.py b/tests/runner.py index 30d10e9e..b3f88ea0 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -13151,11 +13151,6 @@ fi output = self.check_working(EMCC) self.assertNotContained(SANITY_MESSAGE, output) - # But the test runner should - output = self.check_working(commands[1]) - self.assertContained(SANITY_MESSAGE, output) - self.assertNotContained(SANITY_FAIL_MESSAGE, output) - # Make sure the test runner didn't do anything to the setup output = self.check_working(EMCC) self.assertNotContained(SANITY_MESSAGE, output) |