Skip to content

Commit 82b0df4

Browse files
author
OpenShift Bot
authored
Merge pull request #12096 from oatmealraisin/rymurphy/test_extended_fix
Merged by openshift-bot
2 parents d25065e + 1fe464c commit 82b0df4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/extended/alternate_certs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function cleanup()
2424
# use the junitreport tool to generate us a report
2525
os::util::ensure::built_binary_exists 'junitreport'
2626

27-
cat "${JUNIT_REPORT_OUTPUT}" "${junit_gssapi_output}" \
27+
cat "${JUNIT_REPORT_OUTPUT}" \
2828
| junitreport --type oscmd \
2929
--suites nested \
3030
--roots github.com/openshift/origin \

test/extended/alternate_launches.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function cleanup()
2727
# use the junitreport tool to generate us a report
2828
os::util::ensure::built_binary_exists 'junitreport'
2929

30-
cat "${JUNIT_REPORT_OUTPUT}" "${junit_gssapi_output}" \
30+
cat "${JUNIT_REPORT_OUTPUT}" \
3131
| junitreport --type oscmd \
3232
--suites nested \
3333
--roots github.com/openshift/origin \

test/extended/cmd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function cleanup()
2727
# use the junitreport tool to generate us a report
2828
os::util::ensure::built_binary_exists 'junitreport'
2929

30-
cat "${JUNIT_REPORT_OUTPUT}" "${junit_gssapi_output}" \
30+
cat "${JUNIT_REPORT_OUTPUT}" \
3131
| junitreport --type oscmd \
3232
--suites nested \
3333
--roots github.com/openshift/origin \

test/extended/ldap_groups.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function cleanup()
2525
# use the junitreport tool to generate us a report
2626
os::util::ensure::built_binary_exists 'junitreport'
2727

28-
cat "${JUNIT_REPORT_OUTPUT}" "${junit_gssapi_output}" \
28+
cat "${JUNIT_REPORT_OUTPUT}" \
2929
| junitreport --type oscmd \
3030
--suites nested \
3131
--roots github.com/openshift/origin \

test/extended/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function os::test::extended::setup () {
5757
# use the junitreport tool to generate us a report
5858
os::util::ensure::built_binary_exists 'junitreport'
5959

60-
cat "${JUNIT_REPORT_OUTPUT}" "${junit_gssapi_output}" \
60+
cat "${JUNIT_REPORT_OUTPUT}" \
6161
| junitreport --type oscmd \
6262
--suites nested \
6363
--roots github.com/openshift/origin \

0 commit comments

Comments
 (0)