mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MSI_WINETEST]
- Skip msi:msi test if running on Windows in non-interactive mode. This should allow WHS-Testbot to get a bit further ROSTESTS-180 ONLINE-441 ROSTESTS-179 svn path=/trunk/; revision=68319
This commit is contained in:
@@ -14367,6 +14367,15 @@ START_TEST(msi)
|
||||
DWORD len;
|
||||
char temp_path[MAX_PATH], prev_path[MAX_PATH];
|
||||
|
||||
#ifdef __REACTOS__
|
||||
if (!winetest_interactive &&
|
||||
!strcmp(winetest_platform, "windows"))
|
||||
{
|
||||
skip("ROSTESTS-180: Skipping msi_winetest:msi because it hangs on WHS-Testbot. Set winetest_interactive to run it anyway.\n");
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
init_functionpointers();
|
||||
|
||||
if (pIsWow64Process)
|
||||
|
||||
Reference in New Issue
Block a user