winetest: mute an annoying messagebox

André Hentschel nerv at dawncrow.de
Sat Aug 29 15:08:13 CDT 2009


i see it on windows machines quite often, its annoying and not important so we can remove it

---
 programs/winetest/main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/programs/winetest/main.c b/programs/winetest/main.c
index 887fbfa..7564748 100644
--- a/programs/winetest/main.c
+++ b/programs/winetest/main.c
@@ -393,7 +393,6 @@ run_ex (char *cmd, HANDLE out_file, const char *tempdir, DWORD ms)
         report (R_ERROR, "Wait for '%s' failed: %d", cmd, GetLastError ());
         break;
     case WAIT_TIMEOUT:
-        report (R_ERROR, "Process '%s' timed out.", cmd);
         break;
     default:
         report (R_ERROR, "Wait returned %d", status);
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list