Fix test suite

This commit is contained in:
Jordan Brown
2020-07-15 13:30:12 -04:00
parent b361a2f866
commit e4255b0a7e
20 changed files with 478 additions and 232 deletions
+3 -1
View File
@@ -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()