mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Makes Travis fail PRs that runtime during init/unit testing.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user