mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
workflows: add tests.yml
This commit is contained in:
@@ -40,6 +40,7 @@ SpewRetval_t UnitTestSpew( SpewType_t type, char const *pMsg )
|
||||
break;
|
||||
}
|
||||
printf( "%s", pMsg );
|
||||
fflush(stdout);
|
||||
|
||||
if ( Sys_IsDebuggerPresent() )
|
||||
return ( type == SPEW_ASSERT || type == SPEW_ERROR ) ? SPEW_DEBUGGER : SPEW_CONTINUE;
|
||||
|
||||
Reference in New Issue
Block a user