CI: Turn off gdb wrapper again

Also unset maxfail again.
This commit is contained in:
Benjamin Otte
2024-10-19 21:36:42 +02:00
parent 6823b830aa
commit 7fbccdd136
2 changed files with 0 additions and 2 deletions

View File

@@ -217,7 +217,6 @@ msys2-ucrt64:
MSYSTEM: "UCRT64"
CHERE_INVOKING: "yes"
MESON_TEST_MAX_PROCESSES: 2
MESON_TEST_MAX_FAIL: 10
macos:
rules:

View File

@@ -94,7 +94,6 @@ case "${setup}" in
--timeout-multiplier "${multiplier}" \
--num-processes "${n_processes}" \
--maxfail "${max_fail}" \
--wrapper "gdb -batch -x ..\.gitlab-ci\gdb-wrapper.gdb --args" \
--print-errorlogs \
--setup=${setup} \
--suite=${suite//,/ --suite=} \