From b5f727afeb38d813cf32ea1fa90f6079b999e6e5 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 24 Jun 2020 10:47:37 -0700 Subject: [PATCH] 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: --- .gitlab-ci/tracie-runner-gl.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2