mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
ci: print test suite logs on failure for Cirrus jobs
We don't have access to the 'testlog.txt' file, so we need meson to print the failures for any broken tests directly. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
85a5d64618
commit
a45e4b42fe
@ -26,4 +26,4 @@ build_task:
|
|||||||
- meson setup build
|
- meson setup build
|
||||||
- meson dist -C build --no-tests
|
- meson dist -C build --no-tests
|
||||||
- meson compile -C build
|
- meson compile -C build
|
||||||
- meson test -C build --no-suite syntax-check
|
- meson test -C build --no-suite syntax-check --print-errorlogs
|
||||||
|
Loading…
Reference in New Issue
Block a user