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 b2c8f936ba
commit ba2f09457f
2 changed files with 0 additions and 2 deletions

View File

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

View File

@@ -96,7 +96,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=} \