Quiet tests shouldn't prompt during assertions
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404409
This commit is contained in:
parent
fcf7ea92c7
commit
d663865d8c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue