Skip to content

Commit

Permalink
Log pass/fail value early on
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Dec 6, 2024
1 parent 532e41f commit dfe2ea9
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 @@ -85,7 +85,7 @@ def _get_result_via_polling(self, test_run_id, test_id):
if single_test_json_result is None:
raise Exception("The test run timed out.")

logging.info("*** Test result found ***")
logging.info(f"*** Test result found: {single_test_json_result=} ***")
return single_test_json_result

def _get_single_test_json_result(self, test_run_id, test_id):
Expand Down

0 comments on commit dfe2ea9

Please sign in to comment.