1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

fuzzer : tests with high id are run without need to change finalTestNb

This commit is contained in:
Yann Collet
2016-06-16 11:32:57 +02:00
parent 80d033fb43
commit 803c05ec7e
2 changed files with 3 additions and 1 deletions

View File

@ -130,7 +130,7 @@ if __name__ == '__main__':
# Build all release zstd
for tag in tags:
os.chdir(base_dir)
dst_zstd = '{}/zstd.{}' .format(tmp_dir, tag) # /path/to/zstd/tests/versionsTest/zstd.<TAG>
dst_zstd = '{}/zstd.{}'.format(tmp_dir, tag) # /path/to/zstd/tests/versionsTest/zstd.<TAG>
if not os.path.isfile(dst_zstd) or tag == head:
if tag != head:
r_dir = '{}/{}'.format(tmp_dir, tag) # /path/to/zstd/tests/versionsTest/<TAG>