diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-02 17:29:50 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-02 17:29:50 -0700 |
commit | 877139dc194c35abf1523b1f9177ffd9cc017881 (patch) | |
tree | 6ffb33b984329d8f34e69a17716d0bb799118b0c /tests | |
parent | 854200d5862040d29366efb55317ec2ba3cd7ac4 (diff) |
fix test_firstrun
Diffstat (limited to 'tests')
-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 86a2da0c..30d10e9e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -12998,7 +12998,7 @@ elif 'sanity' in str(sys.argv): if 'LLVM_ROOT' not in settings: self.assertContained('Error in evaluating %s' % EM_CONFIG, output) - else: + elif 'runner.py' not in ' '.join(command): self.assertContained('FATAL', output) # sanity check should fail def test_closure_compiler(self): |