mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03: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