From 3c3155d92a632c16197afc31e787ab2d9a2b5a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rylek?= Date: Sat, 2 Apr 2022 01:26:52 +0200 Subject: [PATCH] Ignore execution scripts under merged wrappers (#67452) Today logic for emitting the legacy XUnit wrappers is based on scanning the test output tree for execution scripts (sh / cmd); we however need to emit execution scripts even in the presence of merged wrappers in case of tests requiring project isolation. This change filters these tests out so that they don't end up creating a spurious legacy XUnit test wrapper. Thanks Tomas --- src/tests/build.proj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/build.proj b/src/tests/build.proj index 593b4556e45..96682b6a7f1 100644 --- a/src/tests/build.proj +++ b/src/tests/build.proj @@ -390,6 +390,9 @@ + + + -- GitLab