[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:
winesync 2022-03-13 18:51:46 +01:00 committed by Mark Jansen
parent 16273720a9
commit 9e09d87f83
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 2 additions and 0 deletions

View file

@ -6522,6 +6522,7 @@ START_TEST(action)
BOOL ret = FALSE;
init_functionpointers();
subtest("custom");
if (pIsWow64Process)
pIsWow64Process(GetCurrentProcess(), &is_wow64);

View file

@ -6235,6 +6235,7 @@ START_TEST(install)
BOOL ret = FALSE;
init_functionpointers();
subtest("custom");
if (pIsWow64Process)
pIsWow64Process(GetCurrentProcess(), &is_wow64);