From 0e38239e63f8a81a51a9663476d44c197ddd8900 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Mon, 20 Sep 2021 12:43:35 +0000 Subject: tcwg_bmk-build.sh: Fix aliasing between $bmk variables Change-Id: If8e45f1a0b8c5fd6708fdb484b72067f6bd6b4ac --- tcwg_bmk-build.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tcwg_bmk-build.sh') diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh index e2c5700d..2e43fdca 100755 --- a/tcwg_bmk-build.sh +++ b/tcwg_bmk-build.sh @@ -484,19 +484,20 @@ EOF the following benchmarks $regressed_by more than ${exe_threshold}%: EOF - while IFS=, read metric bmk symbol short_regression regression; do + local exe + while IFS=, read metric exe symbol short_regression regression; do cat >> $run_step_artifacts/jira-body.txt <> $run_step_artifacts/jira-body.txt <