Skip to content

Commit cd6b0b7

Browse files
committed
handle test failure case
1 parent c274abe commit cd6b0b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/canary/scripts/run_test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ function cleanup {
4747
print_controller_logs
4848

4949
helm delete -n $NAMESPACE ack-$SERVICE-controller
50-
kubectl delete -f helm/crds
50+
pushd $SERVICE_REPO_PATH
51+
kubectl delete -f helm/crds
52+
popd
5153
kubectl delete namespace $NAMESPACE
5254

5355
cd $E2E_DIR

0 commit comments

Comments
 (0)