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

This commit is contained in:
Neerti
2020-03-09 11:34:14 -04:00
parent a4100b5b74
commit 73261cfbc6
4 changed files with 10 additions and 7 deletions
+2 -2
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)