mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:32:57 +00:00
[ROSAUTOTEST]
- Continue the testing process in case a test fails to execute ONLINE-441 svn path=/trunk/; revision=66504
This commit is contained in:
parent
5dfd2fc11e
commit
b3777ffecc
6 changed files with 72 additions and 39 deletions
|
@ -23,7 +23,7 @@ CProcess::CProcess(const wstring& CommandLine, LPSTARTUPINFOW StartupInfo)
|
|||
wcscpy(CommandLinePtr, CommandLine.c_str());
|
||||
|
||||
if(!CreateProcessW(NULL, CommandLinePtr, NULL, NULL, TRUE, NORMAL_PRIORITY_CLASS, NULL, NULL, StartupInfo, &m_ProcessInfo))
|
||||
FATAL("CreateProcessW failed\n");
|
||||
TESTEXCEPTION("CreateProcessW failed\n");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue