From b10511f6e8fa2134ed9ba5d29b3e485fb9f5bdb8 Mon Sep 17 00:00:00 2001 From: ShutingZhao Date: Fri, 27 Oct 2023 19:01:33 +0800 Subject: [PATCH] typo Signed-off-by: ShutingZhao --- .github/workflows/load-test.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/load-test.yaml b/.github/workflows/load-test.yaml index eca1194..755b22a 100644 --- a/.github/workflows/load-test.yaml +++ b/.github/workflows/load-test.yaml @@ -46,7 +46,7 @@ jobs: export SCRIPT=${{ join(matrix.scripts.values, ',') }} make kyverno-pss-block cat ${SCRIPT}-${VUS}vu-${ITERATIONS}it-logs.txt - - name: Check errors: + - name: Check errors shell: bash run: | make check-error diff --git a/Makefile b/Makefile index fb5d41e..72c11fd 100644 --- a/Makefile +++ b/Makefile @@ -67,4 +67,4 @@ kyverno-pss-block: .PHONY: check-error check-error: - @grep -q "level=error" "${SCRIPT}-${VUS}vu-${ITERATIONS}it-logs.txt" || (echo "Error found in the file."; exit 1) \ No newline at end of file + @grep -q "level=error" "${SCRIPT}-${VUS}vu-${ITERATIONS}it-logs.txt" || (echo "Unexpected behavior during load testing, please check results."; exit 1) \ No newline at end of file