We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51a0c51 + a59adbc commit 99edec4Copy full SHA for 99edec4
scripts/run_e2e_local.sh
@@ -26,10 +26,10 @@ function cleanupAndExit {
26
exitCode=$?
27
if [ "$exitCode" -ne "0" ]; then
28
echo "error running tests. logs written to olm.log, catalog.log, and package.log";
29
- kubectl -n ${namespace} logs -l app=alm-operator > olm.log;
+ kubectl -n ${namespace} logs -l app=olm-operator > olm.log;
30
kubectl -n ${namespace} logs -l app=catalog-operator > catalog.log;
31
kubectl -n ${namespace} logs -l app=package-server > package.log
32
- else
+ else
33
cleanup
34
fi
35
0 commit comments