Skip to content

Commit 96571a2

Browse files
Merge pull request #15842 from bparees/parallel
Automatic merge from submit-queue (batch tested with PRs 14893, 15842) fix serial suite name reference
2 parents 0dfa88a + a67974a commit 96571a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TEST_PARALLEL="${PARALLEL_NODES:-5}" TEST_REPORT_FILE_NAME=core_parallel os::tes
1717
# run tests in serial
1818
os::log::info ""
1919
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=$?
20+
TEST_REPORT_FILE_NAME=core_serial os::test::extended::run -- -suite "serial.conformance.openshift.io" -test.timeout 2h ${TEST_EXTENDED_ARGS-} || exitstatus=$?
2121

2222
os::test::extended::merge_junit
2323

0 commit comments

Comments
 (0)