forked from github/server
try to analyze intermittent bug on travis
This commit is contained in:
parent
8c7b890f3e
commit
2a213d9302
|
@ -41,6 +41,11 @@ function test_build_watch()
|
||||||
u:add_order("MACHE Wache")
|
u:add_order("MACHE Wache")
|
||||||
process_orders()
|
process_orders()
|
||||||
assert_not_nil(u.building)
|
assert_not_nil(u.building)
|
||||||
|
if 5 ~= u.building.size then
|
||||||
|
for k,v in f.messages do
|
||||||
|
print(v)
|
||||||
|
end
|
||||||
|
end
|
||||||
assert_equal(5, u.building.size)
|
assert_equal(5, u.building.size)
|
||||||
|
|
||||||
u:set_skill("building", 2)
|
u:set_skill("building", 2)
|
||||||
|
|
Loading…
Reference in New Issue