[tracker/sam/resource-jsonld] ci: Show logs for failed tests



commit 8104f5d4f4256ed4372a4eb23096b05833191303
Author: Sam Thursfield <sam afuera me uk>
Date:   Fri Jul 13 16:08:31 2018 +0200

    ci: Show logs for failed tests
    
    I have been seeing test-tracker-miner-fs fail without any explanation, which is
    impossible to debug unless the logs are displayed afterwards.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91aa40c3e..e89515849 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ test-autotools-fedora27:
   script:
     - su tracker -c './autogen.sh --disable-functional-tests --prefix=/usr'
     - su tracker -c 'make -j'
-    - LANG=en_US.UTF8 su tracker -c 'dbus-launch make check'
+    - LANG=en_US.UTF8 VERBOSE=1 TESTS_ENVIRONMENT=dbus-launch su tracker -c 'make check'
 
 test-meson-fedora27:
   stage: test


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