From: Eric Anholt Date: Wed, 24 Jun 2020 17:47:37 +0000 (-0700) Subject: ci/tracie: Fix apitrace dump using "less" which isn't in the ARM rootfs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5f727afeb38d813cf32ea1fa90f6079b999e6e5;p=mesa.git ci/tracie: Fix apitrace dump using "less" which isn't in the ARM rootfs. You would get no output during the "find the last frame" step of the trace replay. Reviewed-by: Tomeu Vizoso Part-of: --- diff --git a/.gitlab-ci/tracie-runner-gl.sh b/.gitlab-ci/tracie-runner-gl.sh index 5c47114e43f..bd58390b7c2 100755 --- a/.gitlab-ci/tracie-runner-gl.sh +++ b/.gitlab-ci/tracie-runner-gl.sh @@ -25,6 +25,9 @@ export EGL_PLATFORM="surfaceless" export DISPLAY= export WAFFLE_PLATFORM="surfaceless_egl" +# Our rootfs may not have "less", which apitrace uses during apitrace dump +export PAGER=cat + RESULTS=`pwd`/results mkdir -p $RESULTS