diff --git a/clr_test/clearing-all/launch_and_test.sh b/clr_test/clearing-all/launch_and_test.sh index 1f9274f45..c51af3c2b 100644 --- a/clr_test/clearing-all/launch_and_test.sh +++ b/clr_test/clearing-all/launch_and_test.sh @@ -23,7 +23,7 @@ if [ -n "$CLR_TEST_NAME" ] && [ -d "./bin/log" ]; then cp -a ./bin/log/. "./bin/tmp_log_artifact/" # Move the copied logs into the artifact location mkdir -p "./bin/log_artifacts/${CLR_TEST_NAME}" - mv "./bin/tmp_log_artifact/*" "./bin/log_artifacts/${CLR_TEST_NAME}" + mv ./bin/tmp_log_artifact/* "./bin/log_artifacts/${CLR_TEST_NAME}" else echo "CLR_TEST_NAME is not set or ./bin/log does not exist. Skipping log copy." fi