Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Oct 9, 2024
1 parent 7eef97c commit 0306559
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/halmos/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,8 @@ def run_sequential(run_args: RunArgs) -> list[TestResult]:

test_results.append(test_result)

debug("end run_sequential()")

debug("setup solver reset...")
setup_ex.path.solver.reset()
debug("setup solver reset done")
Expand Down Expand Up @@ -1586,6 +1588,8 @@ def on_signal(signum, frame):
)
return MainResult(1)

debug("ending _main()")

exitcode = 0 if total_failed == 0 else 1
return on_exit(exitcode)

Expand Down

0 comments on commit 0306559

Please sign in to comment.