[Jenkins] Disable Wine trace messages.

This commit is contained in:
/dev/urandom 2017-01-21 23:11:48 +01:00
parent b24677eb02
commit 4e60c142c7
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -27,7 +27,7 @@ RUN \
\
wine-wrapper wineboot.exe -i &&\
wget -Ovcredist_x86.exe https://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe &&\
WINEDEBUG=+all xvfb-run sh -c 'wine-wrapper vcredist_x86.exe /q' &&\
WINEDEBUG=+all-trace xvfb-run sh -c 'wine-wrapper vcredist_x86.exe /q' &&\
rm vcredist_x86.exe &&\
\
pacman -Rs --noconfirm \