mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
Adds test run mode. Fails travis if it fails (#34198)
* Adds test run * Add OVERRIDE_LOG_DIRECTORY_PARAMETER * Fails travis if a test run fails * Fix travis looping * Move the unit tests behind a define * Fix various test run things * Remove the DEBUG check because that's just you shooting yourself in the foot * Adds readability spacing. Makes RunUnitTests a generic proc * Remove unit tests
This commit is contained in:
committed by
Emmett Gaines
parent
b960c75f52
commit
bf7938cfdf
@@ -116,7 +116,8 @@ GLOBAL_VAR_INIT(total_runtimes_skipped, 0)
|
||||
if(GLOB.error_cache)
|
||||
GLOB.error_cache.log_error(E, desclines)
|
||||
|
||||
SEND_TEXT(world.log, "\[[time_stamp()]] Runtime in [E.file],[E.line]: [E]")
|
||||
var/main_line = "\[[time_stamp()]] Runtime in [E.file],[E.line]: [E]"
|
||||
SEND_TEXT(world.log, main_line)
|
||||
for(var/line in desclines)
|
||||
SEND_TEXT(world.log, line)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user