From dd1e69e21c17f61ed8b4e3b78a3b5f0f87bf987d Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 13 Jul 2018 16:08:31 +0200 Subject: 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(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1