[Spice-devel] [PATCH spice 2/3] ci: Print results of tests on failure

Pavel Grunt pgrunt at redhat.com
Tue Nov 15 16:54:03 UTC 2016


---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca57ff5..9f52478 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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)
-- 
2.10.2



More information about the Spice-devel mailing list