diff --git a/systemtests/newsub.py b/systemtests/newsub.py index 9fd015d6c..28c6ba993 100755 --- a/systemtests/newsub.py +++ b/systemtests/newsub.py @@ -19,7 +19,7 @@ stdout=True, text=True, executable="/bin/bash", preexec_fn=os.setsid) time.sleep(1) command = f"mkdir results && mkdir bagfiles && mkdir bagfiles/{bagname}" - create_dirs = Popen(command, shell=True, stderr=True, cwd = f"home/GithubActions/ros2_ws", + create_dirs = Popen(command, shell=True, stderr=True, cwd = f"/home/GithubActions/ros2_ws", stdout=True, text=True, executable="/bin/bash", preexec_fn=os.setsid) command = f"ros2 bag record -s mcap -o {f8_bagname} /tf"