ci/swrast: Archive Xvfb logs

If anything goes wrong, it's useful to have actual output, as opposed to
guessing from the void.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31281>
This commit is contained in:
Daniel Stone
2024-10-07 16:42:25 -04:00
committed by Marge Bot
parent 8b594d29b6
commit 61f5178f6e
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ llvmpipe:
weston -Bheadless-backend.so -Swayland-0 --idle-time=0 &
export WAYLAND_DISPLAY=wayland-0
section_end weston
xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}"
xvfb-run -e results/xvfb.log --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}"
llvmpipe-full:
extends:

View File

@@ -11,7 +11,7 @@ softpipe:
. "$SCRIPTS_DIR"/setup-test-env.sh
export LD_LIBRARY_PATH=$CI_PROJECT_DIR/install/lib
export LIBGL_DRIVERS_PATH=$CI_PROJECT_DIR/install/lib/dri
xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}"
xvfb-run -e results/xvfb.log --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}"
softpipe-asan-gles31:
variables: