[tracker-miners] ci: Show logs for failed tests in the Autotools build



commit 15d22890ee036f4950f65a15843344ea58209eaf
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Jul 15 14:05:05 2018 +0200

    ci: Show logs for failed tests in the Autotools build

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c7ceaefd..57ca84ee6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ test-autotools-fedora27:
     - PKG_CONFIG_PATH=/opt/tracker/lib64/pkgconfig/ su tracker -c './autogen.sh --prefix=/opt/tracker'
     - su tracker -c './autogen.sh --disable-functional-tests'
     - su tracker -c 'make -j'
-    - su tracker -c 'LD_LIBRARY_PATH=/opt/tracker/lib64 make check'
+    - su tracker -c 'LD_LIBRARY_PATH=/opt/tracker/lib64 VERBOSE=1 make check'
 
 test-meson-fedora27:
   stage: test


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]