Skip to content

Commit

Permalink
Try succeeding with a sys.exit(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Dec 6, 2024
1 parent e6c4af4 commit 8d0f263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubular/scripts/dd_synthetic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def run_synthetic_tests(enable_automated_rollbacks, slack_notification_channel):
print("An error occurred:", str(e))
exit()

sys.exit(1)
sys.exit(0)

if __name__ == "__main__":
run_synthetic_tests(False, None) # pylint: disable=no-value-for-parameter

0 comments on commit 8d0f263

Please sign in to comment.