This commit is contained in:
ialbert 2024-12-03 11:39:23 +03:00
parent 8d6b8dfa2a
commit 5019a079ac

View file

@ -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