diff options
-rwxr-xr-x | .gitlab-ci/run-tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh index 6f6a09258f..8a16ce4e60 100755 --- a/.gitlab-ci/run-tests.sh +++ b/.gitlab-ci/run-tests.sh @@ -17,6 +17,7 @@ case "${backend}" in --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \ --print-errorlogs \ --setup=${backend} \ + --wrap catchsegv \ --suite=gtk \ --no-suite=gsk-compare-broadway @@ -36,6 +37,7 @@ case "${backend}" in --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \ --print-errorlogs \ --setup=${backend} \ + --wrap catchsegv \ --suite=gtk \ --no-suite=gsk-compare-broadway @@ -54,6 +56,7 @@ case "${backend}" in --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \ --print-errorlogs \ --setup=${backend} \ + --wrap catchsegv \ --suite=gtk \ --no-suite=gsk-compare-opengl |