aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hanrahan <daniel.hanrahan@est.tech>2025-03-12 11:27:47 +0000
committerGerrit Code Review <gerrit@onap.org>2025-03-12 11:27:47 +0000
commit68e01cce000ab7fd878662c120c89923807ff5dc (patch)
tree0853850602b735ed6731417d1f053afe2e295a64
parent862684fdd1ac44ba2fdc301b8a9b69892f0d4915 (diff)
parent5cbbe18955854f300bff2404958251b7ab5297e2 (diff)
Merge "Set a permanent directory for the container logs"
-rw-r--r--k6-tests/make-logs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/make-logs.sh b/k6-tests/make-logs.sh
index 0e42a96942..60976247e5 100644
--- a/k6-tests/make-logs.sh
+++ b/k6-tests/make-logs.sh
@@ -17,7 +17,7 @@
SERVICE_NAME="cps-and-ncmp"
TIMESTAMP=$(date +"%Y%m%d%H%M%S")
-LOG_DIR="logs"
+LOG_DIR="${WORKSPACE:-.}/logs"
TEMP_DIR="$LOG_DIR/temp_$TIMESTAMP"
ZIP_FILE="$LOG_DIR/${SERVICE_NAME}_logs_$TIMESTAMP.zip"