This commit is contained in:
Yves-Marie Haussonne 2024-10-02 11:31:19 +02:00
parent 514e089214
commit 4475ebb556

View File

@ -546,6 +546,7 @@ local run_tests = function()
print(" " .. err)
failed = failed + 1
if minetest.settings:get_bool("test_harness_failfast", false) then
print("FAILFAST !!!!!!!!!!!!!!!")
tests_state = TESTS_STATE_ENUM.DONE
return
end