From 0e993afad555d18434fb1ef3bc0b5d750b86911f Mon Sep 17 00:00:00 2001 From: mahmamdouh Date: Sun, 4 Jan 2026 15:12:02 +0100 Subject: [PATCH] fix path issue --- scenario_execution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenario_execution.py b/scenario_execution.py index 24ef7e9..275cb9b 100644 --- a/scenario_execution.py +++ b/scenario_execution.py @@ -69,7 +69,7 @@ def run_test_suite(tasks): # Use path relative to this script script_dir = os.path.dirname(os.path.abspath(__file__)) shell_script = os.path.join(script_dir, "test_execution.sh") - + shell_script = "/home/asf/testarena_backend/TPF/test_execution.sh" if os.name != 'nt': subprocess.run(["chmod", "+x", shell_script])