fix path issue

This commit is contained in:
2026-01-04 15:12:02 +01:00
parent 2c43e719e3
commit 0e993afad5

View File

@@ -69,7 +69,7 @@ def run_test_suite(tasks):
# Use path relative to this script # Use path relative to this script
script_dir = os.path.dirname(os.path.abspath(__file__)) script_dir = os.path.dirname(os.path.abspath(__file__))
shell_script = os.path.join(script_dir, "test_execution.sh") shell_script = os.path.join(script_dir, "test_execution.sh")
shell_script = "/home/asf/testarena_backend/TPF/test_execution.sh"
if os.name != 'nt': if os.name != 'nt':
subprocess.run(["chmod", "+x", shell_script]) subprocess.run(["chmod", "+x", shell_script])