diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-03 10:41:21 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-03 10:44:16 -0700 |
commit | 505f5f10af17e5d9994e1840c30498d2fbda8510 (patch) | |
tree | f375de02f82ce9e9c0617e78e92f38b68c490a8e /tests | |
parent | ac2e339f7c33cd96da165405e8da97ead56a3fff (diff) |
fix some logging uses
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 d1ce2b0b..b94e827f 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -13000,7 +13000,7 @@ elif 'sanity' in str(sys.argv): if 'LLVM_ROOT' not in settings: self.assertContained('Error in evaluating %s' % EM_CONFIG, output) elif 'runner.py' not in ' '.join(command): - self.assertContained('FATAL', output) # sanity check should fail + self.assertContained('CRITICAL', output) # sanity check should fail def test_closure_compiler(self): CLOSURE_FATAL = 'fatal: Closure compiler' |