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 <eric@anholt.net>
This commit is contained in:
Eric Anholt 2019-03-27 09:47:41 -07:00
parent 05ded049ac
commit 82aab62295
1 changed files with 0 additions and 6 deletions

View File

@ -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