mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-23 22:26:29 +00:00
e2e: ignore logs error
This commit is contained in:
+2
-2
@@ -4,9 +4,9 @@ set -o errexit
|
||||
|
||||
function finish {
|
||||
echo '>>> Test logs'
|
||||
kubectl logs -l app=podinfo
|
||||
kubectl logs -l app=podinfo || true
|
||||
}
|
||||
trap finish EXIT
|
||||
trap "finish" EXIT SIGINT
|
||||
|
||||
echo '>>> Start integration tests'
|
||||
helm test podinfo
|
||||
|
||||
Reference in New Issue
Block a user