mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
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:
parent
3f227957d6
commit
9e8450b65c
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ if with_tests
|
||||||
output: name + '.log',
|
output: name + '.log',
|
||||||
command: [crashdec, args, files('../.gitlab-ci/traces/' + name + '.devcore')],
|
command: [crashdec, args, files('../.gitlab-ci/traces/' + name + '.devcore')],
|
||||||
capture: true,
|
capture: true,
|
||||||
|
env: {'GALLIUM_DUMP_CPU': 'false'},
|
||||||
)
|
)
|
||||||
|
|
||||||
test('crashdec-' + name,
|
test('crashdec-' + name,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue