freedreno/crashdec: Disable GALLIUM_DUMP_CPU

We don't want util_cpu to vomit cpu caps all over the test output.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19551>
This commit is contained in:
Rob Clark 2023-02-23 09:18:30 -08:00 committed by Marge Bot
parent 3f227957d6
commit 9e8450b65c

View file

@ -216,6 +216,7 @@ if with_tests
output: name + '.log',
command: [crashdec, args, files('../.gitlab-ci/traces/' + name + '.devcore')],
capture: true,
env: {'GALLIUM_DUMP_CPU': 'false'},
)
test('crashdec-' + name,