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)
commitc78726547da24e73e112ad707192776b8f349307
tree5f37eaabaec8e76be2742f8742a6c6634b5b937b
parent74c5e73d5d1961fcd8c530323b180c688f624e5c
jjb: Use `**/*.log` to glob TAP log files

`**/*.*` 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
This page took 0.022904 seconds and 4 git commands to generate.