Makes Travis fail PRs that runtime during init/unit testing.

This commit is contained in:
Atermonera
2020-03-24 14:28:19 -07:00
committed by VirgoBot
parent 94d61d1568
commit 6c94faa167
4 changed files with 28 additions and 7 deletions

View File

@@ -94,10 +94,10 @@ var/total_unit_tests = 0
if(all_unit_tests_passed)
log_unit_test("[ASCII_GREEN]*** All Unit Tests Passed \[[total_unit_tests]\] ***[ASCII_RESET]")
world.Del()
else
log_unit_test("[ASCII_RED]!!! \[[failed_unit_tests]\\[total_unit_tests]\] Unit Tests Failed !!![ASCII_RESET]")
world.Del()
log_unit_test("Caught [GLOB.total_runtimes] Runtime\s.")
world.Del()
/datum/unit_test/proc/get_standard_turf()
return locate(20,20,1)