ci: add VKD3D_PROTON_RESULTS to the list of variables to pass down for testing

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Martin Roukala <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17050>
This commit is contained in:
Samuel Pitoiset 2022-06-09 12:05:07 +02:00 committed by Marge Bot
parent 08113e5c02
commit 5878eca643

View File

@ -113,6 +113,7 @@ for var in \
VK_CPU \
VK_DRIVER \
VK_ICD_FILENAMES \
VKD3D_PROTON_RESULTS \
; do
if [ -n "${!var+x}" ]; then
echo "export $var=${!var@Q}"