From 82aab622952197003799d756f06881b2c7df48bc Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 27 Mar 2019 09:47:41 -0700 Subject: [PATCH] docker: Stop dumping long-summary and meson test logs in the CI logs. I've found that it's hard to find the original error in a dump full of xserver debug spam for the passing cases, and when I needed to look at this I end up using a proper editor on the file from the artifacts view anyway. Signed-off-by: Eric Anholt --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb9087c67..267dc669c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,10 +81,4 @@ meson-build-and-test: - meson -Dprefix=/usr build/ - | ninja -C build/ install - set +e - set -x ninja -C build/ test - status=$? - cat build/meson-logs/testlog.txt - cat build/test/piglit-results/xvfb/long-summary || : - exit $status