[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
@@ -15,4 +15,4 @@
for(var/obj/item/stack/stack_check as anything in subtypesof(/obj/item/stack) - blacklist)
if(!initial(stack_check.singular_name))
Fail("[stack_check] is missing a singular name!")
TEST_FAIL("[stack_check] is missing a singular name!")