mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-28 16:29:56 +00:00
ci: Print results of tests on failure
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
1b4e8855ea
commit
e496772cb8
@ -9,10 +9,10 @@ makecheck:
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- make
|
||||
- make -C server check
|
||||
- make -C server check || (cat server/tests/test-suite.log && exit 1)
|
||||
|
||||
statistics:
|
||||
script:
|
||||
- CFLAGS="$CFLAGS -DRED_STATISTICS " ./autogen.sh
|
||||
- make
|
||||
- make -C server check
|
||||
- make -C server check || (cat server/tests/test-suite.log && exit 1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user