diff --git a/test/cyclonus/test-cyclonus-windows.sh b/test/cyclonus/test-cyclonus-windows.sh index 377cb1f797..59c2d361a2 100755 --- a/test/cyclonus/test-cyclonus-windows.sh +++ b/test/cyclonus/test-cyclonus-windows.sh @@ -8,7 +8,7 @@ curl -fsSL github.com/mattfenwick/cyclonus/releases/latest/download/cyclonus_lin --pod-creation-timeout-seconds=480 \ --job-timeout-seconds=15 \ --server-protocol=TCP,UDP \ - --exclude sctp,named-port,ip-block-with-except,multi-peer,upstream-e2e,example,end-port,namespaces-by-default-label | tee cyclonus-$CLUSTER_NAME + --exclude sctp,named-port,ip-block-with-except,multi-peer,upstream-e2e,example,end-port,namespaces-by-default-label,update-policy | tee cyclonus-$CLUSTER_NAME rc=0 cat cyclonus-$CLUSTER_NAME | grep "failed" > /dev/null 2>&1 || rc=$?