Add DoNotAbortTestingOnFirstFailure to macOS 26 test configs

So that we get complete test results for all failing tests.

Change-Id: I83288f7b8865d494402ada8c8401bce932ac2510
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Tor Arne Vestbø
2025-08-08 11:01:57 +02:00
parent 8a079845e8
commit 1d76acc7c0

View File

@@ -66,7 +66,7 @@ Configurations:
Id: 'macos-26-arm64-tests'
Template: 'qtci-macos-26-arm-101'
Compiler: 'Clang'
Features: ['TestOnly', 'Packaging']
Features: ['TestOnly', 'Packaging', 'DoNotAbortTestingOnFirstFailure']
Platform dependency: 'macos-universal-on-arm64'
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]
@@ -130,6 +130,6 @@ Configurations:
Id: 'macos-26-arm64-developer-build-tests'
Template: 'qtci-macos-26-arm-101'
Compiler: 'Clang'
Features: ['TestOnly', 'InsignificantTests']
Features: ['TestOnly', 'InsignificantTests', 'DoNotAbortTestingOnFirstFailure']
Platform dependency: 'macos-26-arm64-developer-build'
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]