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>
This commit is contained in:
parent
033196641b
commit
208ff02005
|
@ -6519,6 +6519,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 New Issue