diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-14 10:39:42 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-14 10:39:42 -0800 |
commit | 1847ca00d63c8aedb951052e2f9749e105c06346 (patch) | |
tree | b47cc77722072ae070708f5cea8ea9a5c8cdc016 | |
parent | 8b6047b57badc18d90afddde86bf727b1a30733e (diff) |
reduce some fuzzer output
-rwxr-xr-x | tests/fuzz/csmith_driver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/csmith_driver.py b/tests/fuzz/csmith_driver.py index 1a82b80a..f949c7be 100755 --- a/tests/fuzz/csmith_driver.py +++ b/tests/fuzz/csmith_driver.py @@ -62,7 +62,7 @@ while 1: try: shared.check_execute([COMP, opts, fullname, '-o', filename + '1'] + CSMITH_CFLAGS) # + shared.EMSDK_OPTS except Exception, e: - print 'Failed to compile natively using clang', e + print 'Failed to compile natively using clang' notes['invalid'] += 1 continue |