From 208ff02005e183a9f9b153644e06ace3e865df5e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 27 Aug 2019 04:14:34 +0200 Subject: [PATCH] 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 Signed-off-by: Alexandre Julliard --- dlls/msi/tests/action.c | 1 + dlls/msi/tests/install.c | 1 + 2 files changed, 2 insertions(+) diff --git a/dlls/msi/tests/action.c b/dlls/msi/tests/action.c index c0d67c343ec..6be56f76d7c 100644 --- a/dlls/msi/tests/action.c +++ b/dlls/msi/tests/action.c @@ -6519,6 +6519,7 @@ START_TEST(action) BOOL ret = FALSE; init_functionpointers(); + subtest("custom"); if (pIsWow64Process) pIsWow64Process(GetCurrentProcess(), &is_wow64); diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 1747a4482e3..8a9e98c5438 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -6235,6 +6235,7 @@ START_TEST(install) BOOL ret = FALSE; init_functionpointers(); + subtest("custom"); if (pIsWow64Process) pIsWow64Process(GetCurrentProcess(), &is_wow64);