From 8d6b8dfa2a554aeabae00d0cf7020d765f39af22 Mon Sep 17 00:00:00 2001 From: ialbert Date: Mon, 2 Dec 2024 20:19:49 +0300 Subject: [PATCH] testing --- clr_test/clearing-all/launch_and_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clr_test/clearing-all/launch_and_test.sh b/clr_test/clearing-all/launch_and_test.sh index a49c8f111..1f9274f45 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