From 28f468928eb2543eab979513855067695088afb6 Mon Sep 17 00:00:00 2001 From: Bernard Szabo Date: Wed, 4 Dec 2024 13:23:26 -0500 Subject: [PATCH] Add diagnostic print --- tubular/scripts/dd_synthetic_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tubular/scripts/dd_synthetic_tests.py b/tubular/scripts/dd_synthetic_tests.py index 523ec124..2fe1afa8 100644 --- a/tubular/scripts/dd_synthetic_tests.py +++ b/tubular/scripts/dd_synthetic_tests.py @@ -36,6 +36,7 @@ def run_synthetic_tests(enable_automated_rollbacks, slack_notification_channel): ''' PUBLIC_TEST_ID = "sad-hqu-h33" + print("In run_synthetic_tests") sys.exit(1) # To test that this script is actually being run if enable_automated_rollbacks: