Skip to content

Commit

Permalink
undo nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
yoni206 committed Sep 17, 2024
1 parent dc54029 commit 0f5f24f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/regress/cli/run_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ def run_regression(
"""Determines the expected output for a benchmark, runs cvc5 on it using
all the specified `testers` and then checks whether the output corresponds
to the expected output. Optionally uses a wrapper `wrapper`."""
print("panda testers:", testers)
if not os.access(cvc5_binary, os.X_OK):
sys.exit('"{}" does not exist or is not executable'.format(cvc5_binary))
if not os.path.isfile(benchmark_path):
Expand Down

0 comments on commit 0f5f24f

Please sign in to comment.