mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[WINESYNC] msi/tests: Declare the custom subtest.
It may print test failures and as such should be declared by its parent. Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 208ff02005e183a9f9b153644e06ace3e865df5e by Francois Gouget <fgouget@codeweavers.com>
This commit is contained in:
parent
16273720a9
commit
9e09d87f83
2 changed files with 2 additions and 0 deletions
|
@ -6522,6 +6522,7 @@ START_TEST(action)
|
|||
BOOL ret = FALSE;
|
||||
|
||||
init_functionpointers();
|
||||
subtest("custom");
|
||||
|
||||
if (pIsWow64Process)
|
||||
pIsWow64Process(GetCurrentProcess(), &is_wow64);
|
||||
|
|
|
@ -6235,6 +6235,7 @@ START_TEST(install)
|
|||
BOOL ret = FALSE;
|
||||
|
||||
init_functionpointers();
|
||||
subtest("custom");
|
||||
|
||||
if (pIsWow64Process)
|
||||
pIsWow64Process(GetCurrentProcess(), &is_wow64);
|
||||
|
|
Loading…
Reference in a new issue