[MIRROR] Makes integration test results be in color and have annotations (#13341)

This commit is contained in:
Tastyfish
2022-05-05 19:10:20 -04:00
committed by GitHub
parent 71f1cbce10
commit f322eaff57
47 changed files with 155 additions and 129 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
var/datum/keybinding/KB = i
if(initial(KB.keybind_signal) || !initial(KB.name))
continue
Fail("[KB.name] does not have a keybind signal defined.")
TEST_FAIL("[KB.name] does not have a keybind signal defined.")