Commit 7c051f13 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

winetest: Fix CreateProcess so that debugger tests run without timing out.

parent 367f978e
...@@ -325,7 +325,7 @@ run_ex (char *cmd, const char *out, const char *tempdir, DWORD ms) ...@@ -325,7 +325,7 @@ run_ex (char *cmd, const char *out, const char *tempdir, DWORD ms)
close (fd); close (fd);
} }
if (!CreateProcessA (NULL, cmd, NULL, NULL, TRUE, CREATE_NEW_PROCESS_GROUP, if (!CreateProcessA (NULL, cmd, NULL, NULL, TRUE, CREATE_DEFAULT_ERROR_MODE,
NULL, tempdir, &si, &pi)) { NULL, tempdir, &si, &pi)) {
status = -2; status = -2;
} else { } else {
......
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