testing
This commit is contained in:
parent
a7596f1108
commit
8d6b8dfa2a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ if [ -n "$CLR_TEST_NAME" ] && [ -d "./bin/log" ]; then
|
||||||
cp -a ./bin/log/. "./bin/tmp_log_artifact/"
|
cp -a ./bin/log/. "./bin/tmp_log_artifact/"
|
||||||
# Move the copied logs into the artifact location
|
# Move the copied logs into the artifact location
|
||||||
mkdir -p "./bin/log_artifacts/${CLR_TEST_NAME}"
|
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
|
else
|
||||||
echo "CLR_TEST_NAME is not set or ./bin/log does not exist. Skipping log copy."
|
echo "CLR_TEST_NAME is not set or ./bin/log does not exist. Skipping log copy."
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue