diff --git a/test.sh b/test.sh index 8378e5ea..b79b2713 100755 --- a/test.sh +++ b/test.sh @@ -84,6 +84,8 @@ for test_name in "${TEST_NAMES[@]}"; do echo 1>&2 "❌ Test $test_name failed" echo 1>&2 "Test logs:" kubectl logs -l app.kubernetes.io/component=test + # TODO remove this - apparently helm test cleans up after itself anyway, so run it again with `--logs` + helm --namespace "$NAMESPACE" test --logs charts/trino $HELM_EXTRA_SET_ARGS ${testCases[$test_name]} result=1 else echo 1>&2 "✅ Test $test_name completed"