5 Apr
2011
5 Apr
'11
2:06 a.m.
http://bugs.winehq.org/show_bug.cgi?id=20149 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-04-04 21:06:38 CDT --- Script to test, assumes winetricks is in $PATH #!/bin/bash set -e i=0 winetricks glsl=disabled cd $HOME/wine-git/dlls/user32/tests while true do rm static.ok || true make static.ok || exit 1 i=$((i + 1)) echo ran $i times done still in wine-1.3.17-49-g5c57185 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.