deactivated write_reports in test, because it's irritating

This commit is contained in:
Steffen Mecke 2015-05-07 18:28:44 +02:00
parent ca89213295
commit 05ffb95c65
1 changed files with 2 additions and 1 deletions

View File

@ -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