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
+1 -1
View File
@@ -88,7 +88,7 @@ var/global/datum/ErrorViewer/ErrorCache/error_cache = null
/datum/ErrorViewer/ErrorCache/showTo(var/user, var/datum/ErrorViewer/back_to, var/linear)
var/html = buildHeader(null, linear, refreshable=1)
html += "[total_runtimes] runtimes, [total_runtimes_skipped] skipped<br><br>"
html += "[GLOB.total_runtimes] runtimes, [GLOB.total_runtimes_skipped] skipped<br><br>"
if(!linear)
html += "organized | [makeLink("linear", null, 1)]<hr>"
var/datum/ErrorViewer/ErrorSource/error_source