diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-03-06 11:43:16 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-03-06 11:43:30 -0800 |
commit | 7be8742ca7b32b7b31297c5ee33f74dde8aac215 (patch) | |
tree | 576e8a0b9f979d641ab8d8f2459b7f68cf56e66f | |
parent | b2f504275d57541ae515bf53a0bd2489def1c4b2 (diff) |
mark opts in fuzz saves
-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 238acb9a..76d646dd 100755 --- a/tests/fuzz/csmith_driver.py +++ b/tests/fuzz/csmith_driver.py @@ -121,7 +121,7 @@ while 1: print "EMSCRIPTEN BUG" notes['embug'] += 1 fails += 1 - shutil.copyfile(fullname, 'newfail%d%s' % (fails, suffix)) + shutil.copyfile(fullname, 'newfail%d%s%s' % (fails, opts.replace('-', '_'), suffix)) continue #if not ok: # try: # finally, try with safe heap. if that is triggered, this is nonportable code almost certainly |