From e50f4c72b02a88a0124d0f2b671185504fea90cd Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 8 Aug 2018 11:07:41 +0200 Subject: debian: Do not pass VERBOSE to test suite The VERBOSE variable is only honored when using the automake test drivers, which we are not using, not even the custom ones. Remove the variable usage which is confusing as it is not doing anything. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f36669fd1..4dea92ec4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ unit-tests: libtest-pod-perl libtest-pod-coverage-perl libtest-spelling-perl libtest-synopsis-perl - ./configure - - make check VERBOSE=1 TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc) + - make check TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc) AUTHOR_TESTING=1 # Test whether the unit tests pass on a VPATH build. @@ -37,7 +37,7 @@ vpath-tests: - mkdir -p build-tree - cd build-tree - ../configure - - make check VERBOSE=1 TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc) + - make check TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc) # Test whether the external functional tests pass. func-tests: -- cgit v1.2.3