From 05ffb95c656d3ec7762302bbf3b1b36fc36f7d4d Mon Sep 17 00:00:00 2001 From: Steffen Mecke Date: Thu, 7 May 2015 18:28:44 +0200 Subject: [PATCH] deactivated write_reports in test, because it's irritating --- scripts/tests/e3/spells.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/tests/e3/spells.lua b/scripts/tests/e3/spells.lua index eec996859..7afe96d8e 100644 --- a/scripts/tests/e3/spells.lua +++ b/scripts/tests/e3/spells.lua @@ -63,5 +63,6 @@ function test_magic() u.building = b u:add_order("ZAUBERE \"Magie analysieren\" BURG " .. itoa36(b.id)); process_orders() - write_reports() +-- there used to be a SEGFAULT when writing reports here: +-- write_reports() end