fix path issue
This commit is contained in:
@@ -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])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user