mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-12 08:33:43 +01:00
Fix test suite
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
var/datum/tgs_version/dmapi_version = new /datum/tgs_version(TGS_DMAPI_VERSION)
|
||||
if(!active_version.Equals(dmapi_version))
|
||||
text2file("DMAPI version [TGS_DMAPI_VERSION] does not match active API version [active_version.raw_parameter]", "test_fail_reason.txt")
|
||||
|
||||
|
||||
world.log << "sleep2"
|
||||
sleep(50)
|
||||
world.log << "Terminating..."
|
||||
world.TgsEndProcess()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user