1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Extend error case tests

This commit is contained in:
sfan5
2025-07-24 14:55:00 +02:00
parent 535db2be76
commit d8640759d6
4 changed files with 25 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ export ASAN_OPTIONS="exitcode=42"
export MSAN_OPTIONS="exitcode=42"
# see helper_mod/init.lua for the different types
for n in $(seq 1 4); do
for n in $(seq 1 6); do
write_config error_type=$n
run "$executable" "${args[@]}"
echo "---------------"