mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Extend error case tests
This commit is contained in:
parent
535db2be76
commit
d8640759d6
4 changed files with 25 additions and 4 deletions
|
@ -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 "---------------"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue