Commit c0c6c4d8 authored by Ferenc Wagner's avatar Ferenc Wagner Committed by Alexandre Julliard

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

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