[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
+2 -2
View File
@@ -1,3 +1,3 @@
/datum/unit_test/timer_sanity/Run()
if(SStimer.bucket_count < 0)
Fail("SStimer is going into negative bucket count from something")
TEST_ASSERT(SStimer.bucket_count >= 0,
"SStimer is going into negative bucket count from something")