This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new 29d5c02574 run tests that are not in the root folder too, #7507 (#7536)
29d5c02574 is described below

commit 29d5c025746c7f51b308131af529f56215eaaa70
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Jul 15 14:22:37 2026 +0200

    run tests that are not in the root folder too, #7507 (#7536)
---
 integration-tests/scripts/run-project-tests.hpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/scripts/run-project-tests.hpl 
b/integration-tests/scripts/run-project-tests.hpl
index 520c735d45..814b7f04c4 100644
--- a/integration-tests/scripts/run-project-tests.hpl
+++ b/integration-tests/scripts/run-project-tests.hpl
@@ -61,11 +61,11 @@ limitations under the License.
       <schema_name/>
     </partitioning>
     <doNotFailIfNoFile>N</doNotFailIfNoFile>
-    <dynamic_include_subfolders>N</dynamic_include_subfolders>
+    <dynamic_include_subfolders>Y</dynamic_include_subfolders>
     <file>
       <file_required>N</file_required>
       <filemask>main.*\.hwf$</filemask>
-      <include_subfolders>N</include_subfolders>
+      <include_subfolders>Y</include_subfolders>
       <name>${PROJECT_HOME}</name>
     </file>
     <filefield>N</filefield>

Reply via email to