From a8d300b9975bb1cc725ba316bf28767e590b098e Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Fri, 30 Jun 2023 16:40:44 +0000 Subject: tcwg_gnu-build.sh (no_regression_p): Fix typo Change-Id: I7fc821b258bd31ae58b638ee3957797256b84e2a --- tcwg_gnu-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tcwg_gnu-build.sh') diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh index 2d10d962..1f1e470c 100755 --- a/tcwg_gnu-build.sh +++ b/tcwg_gnu-build.sh @@ -232,7 +232,7 @@ EOF local validate_failures="gcc-compare-results/contrib/testsuite-management/validate_failures.py" "$validate_failures" --manifest="$xfails" \ - --expiry_date="rr[result_expiry_date]" \ + --expiry_date="${rr[result_expiry_date]}" \ --build_dir=$sumfiles_new --verbosity=1 \ > $run_step_artifacts/fails.sum & local res @@ -240,7 +240,7 @@ EOF if [ $res != 0 ]; then # Add a short marker to record the status (used by Jenkins build-name) - echo "# $(wc -l $run_step_artifacts/fails.sum) regressions" \ + echo "# $(cat $run_step_artifacts/fails.sum | wc -l) regressions" \ > $run_step_artifacts/results.regressions if [ $res = 2 ]; then -- cgit v1.2.3