Skip to content

Commit

Permalink
fix exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ronstadt committed Apr 30, 2024
1 parent 3be2b60 commit dc30d17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/drivers/test/build_create_analyze_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,5 +1078,4 @@ def find_sln_file(path):

end_time = time.time()
print("Total run time: " + str((end_time - start_time)/60) + " minutes")
exit(1)

0 comments on commit dc30d17

Please sign in to comment.