Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <[email protected]>
  • Loading branch information
realshuting committed Oct 27, 2023
1 parent 4acee8b commit b10511f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/load-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
@grep -q "level=error" "${SCRIPT}-${VUS}vu-${ITERATIONS}it-logs.txt" || (echo "Unexpected behavior during load testing, please check results."; exit 1)

0 comments on commit b10511f

Please sign in to comment.