File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function cleanup()
24
24
# use the junitreport tool to generate us a report
25
25
os::util::ensure::built_binary_exists ' junitreport'
26
26
27
- cat " ${JUNIT_REPORT_OUTPUT} " " ${junit_gssapi_output} " \
27
+ cat " ${JUNIT_REPORT_OUTPUT} " \
28
28
| junitreport --type oscmd \
29
29
--suites nested \
30
30
--roots github.com/openshift/origin \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function cleanup()
27
27
# use the junitreport tool to generate us a report
28
28
os::util::ensure::built_binary_exists ' junitreport'
29
29
30
- cat " ${JUNIT_REPORT_OUTPUT} " " ${junit_gssapi_output} " \
30
+ cat " ${JUNIT_REPORT_OUTPUT} " \
31
31
| junitreport --type oscmd \
32
32
--suites nested \
33
33
--roots github.com/openshift/origin \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function cleanup()
27
27
# use the junitreport tool to generate us a report
28
28
os::util::ensure::built_binary_exists ' junitreport'
29
29
30
- cat " ${JUNIT_REPORT_OUTPUT} " " ${junit_gssapi_output} " \
30
+ cat " ${JUNIT_REPORT_OUTPUT} " \
31
31
| junitreport --type oscmd \
32
32
--suites nested \
33
33
--roots github.com/openshift/origin \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function cleanup()
25
25
# use the junitreport tool to generate us a report
26
26
os::util::ensure::built_binary_exists ' junitreport'
27
27
28
- cat " ${JUNIT_REPORT_OUTPUT} " " ${junit_gssapi_output} " \
28
+ cat " ${JUNIT_REPORT_OUTPUT} " \
29
29
| junitreport --type oscmd \
30
30
--suites nested \
31
31
--roots github.com/openshift/origin \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function os::test::extended::setup () {
57
57
# use the junitreport tool to generate us a report
58
58
os::util::ensure::built_binary_exists ' junitreport'
59
59
60
- cat " ${JUNIT_REPORT_OUTPUT} " " ${junit_gssapi_output} " \
60
+ cat " ${JUNIT_REPORT_OUTPUT} " \
61
61
| junitreport --type oscmd \
62
62
--suites nested \
63
63
--roots github.com/openshift/origin \
You can’t perform that action at this time.
0 commit comments