aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runner.py2
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):