jjb: Use `**/*.log` to glob TAP log files
authorKienan Stewart <kstewart@efficios.com>
Thu, 31 Oct 2024 12:45:41 +0000 (08:45 -0400)
committerKienan Stewart <kstewart@efficios.com>
Thu, 31 Oct 2024 12:45:41 +0000 (08:45 -0400)
`**/*.*` catches other files left when running with more verbose test
configurations. `*.log` is the suffix for automake test log files[1].

See this proposed patch to lttng-tools master[2] which updates the log
suffix for the additional verbose log files.

[1]: https://www.gnu.org/software/automake/manual/html_node/Parallel-Test-Harness.html
[2]: https://review.lttng.org/c/lttng-tools/+/13430

Change-Id: If50a775af193a2973fd35b2b56337be21791fcc0
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
jobs/lttng-tools.yaml

index 0e40b90ab8fdb94b4687a3ae1604729c46fccfcb..67c911a9bb94373c70ced06075c791c48531c5ab 100644 (file)
                       !include-raw-escape: scripts/lttng-tools/postbuild_clean_processes_coredumps.sh
 
       - tap: &lttng-tools_publisher_tap_defaults
-          results: 'tap/**/*.*'
+          results: 'tap/**/*.log'
           fail-if-no-results: true
           failed-tests-mark-build-as-failure: true
           include-comment-diagnostics: true
This page took 0.023632 seconds and 4 git commands to generate.