Skip to content

Commit

Permalink
Update e2e-tests/functions
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nmarukovich and github-actions[bot] authored Sep 5, 2023
1 parent 6b1a6ff commit 4450f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/functions
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ compare_kubectl() {
local new_result="${tmp_dir}/${resource//\//_}.yml"

if [ -n "$OPENSHIFT" -a -f ${expected_result//.yml/-oc.yml} ]; then
desc "OPENSHIFT"
desc "OPENSHIFT"
expected_result=${expected_result//.yml/-oc.yml}
if [ "$OPENSHIFT" = 4 -a -f ${expected_result//-oc.yml/-4-oc.yml} ]; then
expected_result=${expected_result//-oc.yml/-4-oc.yml}
Expand Down

0 comments on commit 4450f39

Please sign in to comment.