Skip to content

Commit

Permalink
Update integration-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
s4nji authored Jan 5, 2022
1 parent 30dc1d5 commit 8d2a87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ echo "Starting integration tests"
KUBECONFIG="$HOME/.kube/config" make test-integration

# Verify results
if [[ "$SKIP_JMETER_INTEGRATION_TEST" != "" ]]; then
if [[ "$SKIP_JMETER_INTEGRATION_TEST" != "1" ]]; then
verify_jmeter_integration_test
fi

if [[ "$SKIP_GHZ_INTEGRATION_TEST" != "" ]]; then
if [[ "$SKIP_GHZ_INTEGRATION_TEST" != "1" ]]; then
verify_ghz_integration_test
fi

0 comments on commit 8d2a87f

Please sign in to comment.