Skip to content

Commit

Permalink
Fix test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Oct 28, 2018
1 parent 36d4744 commit 52e8673
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_on_corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ def main():
with_threads = True
else:
with_threads = False
subprocess.check_output(['cargo', 'build'])
#subprocess.check_output(['cargo', 'build', '--release'])
subprocess.check_output(['cargo', 'build', '--release'])
for path in sys.argv[1:]:
if os.path.isfile(path):
test_file(path)
Expand Down

0 comments on commit 52e8673

Please sign in to comment.