mirror of
https://github.com/yawut/SDL.git
synced 2026-06-18 22:49:23 -05:00
Quiet tests shouldn't prompt during assertions
This commit is contained in:
parent
5676823dcf
commit
a7f9985e1f
|
|
@ -93,6 +93,7 @@ static void parse_options( int argc, char *argv[] )
|
|||
}
|
||||
if (SDL_strcmp(arg, "-q") == 0 || SDL_strcmp(arg, "--quiet") == 0) {
|
||||
SDL_ATseti( SDL_AT_QUIET, 1 );
|
||||
SDL_setenv("SDL_ASSERT", "abort", 0);
|
||||
continue;
|
||||
}
|
||||
if (SDL_strcmp(arg, "--noplatform") == 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user