File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -82,17 +82,12 @@ export UNO_TESTS_LOCAL_TESTS_FILE=$BUILD_SOURCESDIRECTORY/src/SamplesApp/Samples
82
82
export UNO_UITEST_BENCHMARKS_PATH=$BUILD_ARTIFACTSTAGINGDIRECTORY /benchmarks/ios-automated
83
83
export UNO_UITEST_RUNTIMETESTS_RESULTS_FILE_PATH=$BUILD_SOURCESDIRECTORY /build/RuntimeTestResults-ios-automated.xml
84
84
85
- <<< <<< < HEAD
86
- if [ $( wc -l < " $UNO_TESTS_FAILED_LIST " ) -eq 1 ];
87
- then
88
- =======
89
85
export UNO_UITEST_SIMULATOR_VERSION=" com.apple.CoreSimulator.SimRuntime.iOS-15-2"
90
86
export UNO_UITEST_SIMULATOR_NAME=" iPad Pro (12.9-inch) (4th generation)"
91
87
92
88
UITEST_IGNORE_RERUN_FILE=" ${UITEST_IGNORE_RERUN_FILE:= false} "
93
89
94
90
if [ $( wc -l < " $UNO_TESTS_FAILED_LIST " ) -eq 1 ] && [ " $UITEST_IGNORE_RERUN_FILE " != " true" ]; then
95
- >>>>>>> 7907def7d (ci: Refactor pre-install selection)
96
91
# The test results file only contains the re-run marker and no
97
92
# other test to rerun. We can skip this run.
98
93
echo " The file $UNO_TESTS_FAILED_LIST does not contain tests to re-run, skipping."
You can’t perform that action at this time.
0 commit comments