Skip to content

Commit

Permalink
Top-level diagnostic print
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Dec 5, 2024
1 parent 738687f commit be56e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tubular/scripts/dd_synthetic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def run_synthetic_tests(enable_automated_rollbacks, slack_notification_channel):
PUBLIC_TEST_ID = "sad-hqu-h33"

logging.info("****** In run_synthetic_tests")
print("******* In run_synthetic_tests ******")
sys.exit(1) # To test that this script is actually being run

if enable_automated_rollbacks:
Expand Down

0 comments on commit be56e4b

Please sign in to comment.