We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dfa88a + a67974a commit 96571a2Copy full SHA for 96571a2
test/extended/core.sh
@@ -17,7 +17,7 @@ TEST_PARALLEL="${PARALLEL_NODES:-5}" TEST_REPORT_FILE_NAME=core_parallel os::tes
17
# run tests in serial
18
os::log::info ""
19
os::log::info "Running serial tests"
20
-TEST_REPORT_FILE_NAME=core_serial os::test::extended::run -- -suite "parallel.conformance.openshift.io" -test.timeout 2h ${TEST_EXTENDED_ARGS-} || exitstatus=$?
+TEST_REPORT_FILE_NAME=core_serial os::test::extended::run -- -suite "serial.conformance.openshift.io" -test.timeout 2h ${TEST_EXTENDED_ARGS-} || exitstatus=$?
21
22
os::test::extended::merge_junit
23
0 commit comments