disable buffering of test output

Ferenc Wagner wferi at afavant.elte.hu
Mon May 3 06:53:16 CDT 2004


ChangeLog: Disable buffering of test output to keep more
           information in case of a crash.

Index: include/wine/test.h
===================================================================
RCS file: /home/wine/wine/include/wine/test.h,v
retrieving revision 1.13
diff -u -r1.13 test.h
--- include/wine/test.h	10 Feb 2004 20:09:26 -0000	1.13
+++ include/wine/test.h	3 May 2004 11:49:17 -0000
@@ -313,6 +313,8 @@
 {
     char *p;
 
+    setvbuf (stdout, NULL, _IONBF, 0);
+
     winetest_argc = argc;
     winetest_argv = argv;
 



More information about the wine-patches mailing list