diff options
Diffstat (limited to 'k6-tests')
-rw-r--r-- | k6-tests/make-logs.sh | 2 |
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" |