From 5b719d105d50e12c3a5856e7dcd7a34544c85f76 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 6 Nov 2024 20:02:28 +0100 Subject: [PATCH] fix whitespace in logfile name --- ci/complexity_measurements/getWmops.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/complexity_measurements/getWmops.sh b/ci/complexity_measurements/getWmops.sh index 8781c860bd..23de0b2147 100755 --- a/ci/complexity_measurements/getWmops.sh +++ b/ci/complexity_measurements/getWmops.sh @@ -71,7 +71,8 @@ ep="${scriptDir}/ep_10pct_fer.g192" config_file="scripts/config/ci_linux_ltv.json" # get wmops newsletter -wmopsFilenameFlcLast=wmops_newsletter_${ivas_format}_to_${output_format}__${commit_sha}_${date} +ivas_format_for_filename=${ivas_format// /-} +wmopsFilenameFlcLast=wmops_newsletter_${ivas_format_for_filename}_to_${output_format}__${commit_sha}_${date} wmopsFilenameFlc=${destDir}/wmops/logs/${wmopsFilenameFlcLast} ret_val=0 -- GitLab