forked from github/server
deactivated write_reports in test, because it's irritating
This commit is contained in:
parent
ca89213295
commit
05ffb95c65
|
@ -63,5 +63,6 @@ function test_magic()
|
||||||
u.building = b
|
u.building = b
|
||||||
u:add_order("ZAUBERE \"Magie analysieren\" BURG " .. itoa36(b.id));
|
u:add_order("ZAUBERE \"Magie analysieren\" BURG " .. itoa36(b.id));
|
||||||
process_orders()
|
process_orders()
|
||||||
write_reports()
|
-- there used to be a SEGFAULT when writing reports here:
|
||||||
|
-- write_reports()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue