From b5ef99f26ab5fdc5e9b4f63c977de3cb0f4d5d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 29 Mar 2019 10:01:20 +0100 Subject: [PATCH] gitlab-ci: Simplify autotools job script Drop the verbose test log output, matching the meson job script. Reviewed-by: Eric Anholt --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index affb4d07d..fb7f42e68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,14 +63,7 @@ autotools-build-and-test: - cd build/ - ../autogen.sh --prefix=/usr - make -j$(nproc) distcheck - - | - export PIGLIT_DIR=/root/piglit XTEST_DIR=/root/xts - set +e - set -x - make -j$(nproc) check - status=$? - cat test/piglit-results/xvfb/long-summary || : - exit $status + - PIGLIT_DIR=/root/piglit XTEST_DIR=/root/xts make -j$(nproc) check meson-build-and-test: extends: .common-build-and-test