Commit d0c68ef0 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winetest: Mute an annoying message box.

parent e64df62e
......@@ -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);
......
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