Disable buffering of test output to keep more information in case of a
crash.
This commit is contained in:
parent
d0f9c31c28
commit
c0c6c4d8c7
|
@ -313,6 +313,8 @@ int main( int argc, char **argv )
|
|||
{
|
||||
char *p;
|
||||
|
||||
setvbuf (stdout, NULL, _IONBF, 0);
|
||||
|
||||
winetest_argc = argc;
|
||||
winetest_argv = argv;
|
||||
|
||||
|
|
Loading…
Reference in New Issue