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 b10446e + 37dd59f commit 64bad7bCopy full SHA for 64bad7b
test/extended/setup.sh
@@ -21,7 +21,11 @@ function os::test::extended::focus () {
21
# the [Serial] tag to them as needed.
22
os::log::info ""
23
os::log::info "Running serial tests with focus ${FOCUS}"
24
- TEST_REPORT_FILE_NAME=focus_serial os::test::extended::run -- -suite "serial.conformance.openshift.io" -test.timeout 6h ${TEST_EXTENDED_ARGS-} || exitstatus=$?
+ t=$FOCUS
25
+ FOCUS="\[Serial\].*?${t}"
26
+ TEST_REPORT_FILE_NAME=focus_serial os::test::extended::run -- -test.timeout 6h ${TEST_EXTENDED_ARGS-} || exitstatus=$?
27
+ FOCUS="${t}.*?\[Serial\]"
28
+ TEST_REPORT_FILE_NAME=focus_serial2 os::test::extended::run -- -test.timeout 6h ${TEST_EXTENDED_ARGS-} || exitstatus=$?
29
30
os::test::extended::merge_junit
31
0 commit comments