Skip to content

Commit

Permalink
[type:fix] e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Nov 7, 2023
1 parent dca8e96 commit a19ba5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ for sync in ${SYNC_ARRAY[@]}; do
kubectl get pod -o wide

## run e2e-test
./mvnw -B -f ./shenyu-e2e/pom.xml -pl shenyu-e2e-case/shenyu-e2e-case-spring-cloud test -Dtest=org/apache/shenyu/e2e/testcase/springcloud/sync
./mvnw -B -f ./shenyu-e2e/pom.xml -pl shenyu-e2e-case/shenyu-e2e-case-spring-cloud test
# shellcheck disable=SC2181
if (($?)); then
echo "${sync}-sync-e2e-test failed"
Expand Down

0 comments on commit a19ba5f

Please sign in to comment.