Merge pull request #6808 from Neerti/travis_runtime_checker

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 GitHub
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)