Skip to content
Snippets Groups Projects
Commit c0c6c4d8 authored by Ferenc Wagner's avatar Ferenc Wagner Committed by Alexandre Julliard
Browse files

Disable buffering of test output to keep more information in case of a

crash.
parent d0f9c31c
No related branches found
No related tags found
No related merge requests found
......@@ -313,6 +313,8 @@ int main( int argc, char **argv )
{
char *p;
setvbuf (stdout, NULL, _IONBF, 0);
winetest_argc = argc;
winetest_argv = argv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment