sclorg / container-common-scripts

Apache License 2.0
21 stars 45 forks source link

introduce OC_ERR return value for openshift-related failures #298

Closed zmiklank closed 1 year ago

zmiklank commented 1 year ago

With removing exit on error (set -e) in the openshift tests (in the run-openshift-remote-cluster) we no longer check if something went wrong in the OC setup. With this exit code it would be easier to classify, that the problem was with openshift and not with the tests themselves. It could be used like this: https://github.com/sclorg/nginx-container/pull/215

I am however not sure about the naming of the variable, if you have any better ideas let me please know.

zmiklank commented 1 year ago

[test-all]