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-Tag: upstream/21.0.0~8254 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5f727afeb38d813cf32ea1fa90f6079b999e6e5;p=platform%2Fupstream%2Fmesa.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 5c47114..bd58390 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