You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#os::cmd::expect_failure_and_text "env -u KUBECONFIG -u KUBERNETES_MASTER oc get bc --config=new-config.yaml" 'Missing or incomplete configuration info'
41
-
os::cmd::expect_failure_and_text "oc get bc --config=new-config.yaml"'Missing or incomplete configuration info'
os::cmd::expect_failure_and_text "env -u KUBECONFIG -u KUBERNETES_MASTER oc get bc --config='${NEW_CONFIG_LOC}'"'Missing or incomplete configuration info'
44
+
os::cmd::expect_failure_and_text "oc get bc --config='${NEW_CONFIG_LOC}'"'Missing or incomplete configuration info'
0 commit comments