Jeremy White jwhite@winehq.org writes:
+date +%Y%m%d >build.id +gcc --version >build.nfo +uname -a >>build.nfo +/lib/libc.so.6 >>build.nfo +echo N/A >tests.url +make dist +make +export WINEPREFIX=`mktemp -d` +wineprefixcreate
+type winetricks >/dev/null 2>&1 +if [ $? -eq 0 ] ; then
- winetricks gecko
+fi
+./winetest-dist -c -t "$1"
None of that should be necessary. The make dist stuff is supposed to be for people who want to distribute a winetest binary. If what you want is simply run the tests then you should just have to run winetest; if some things don't work in that mode they should be fixed.