new old winetests

Alexandre Julliard julliard at winehq.org
Sun Nov 23 13:28:58 CST 2003


"Dimitrie O. Paun" <dpaun at rogers.com> writes:

> Here is the fix for this one (to maketests):
>
> -           wine $filename | sed '1,/^Valid/d;s/    \(.*\)/    "\1",/'
> +           wine $filename | sed '1,/^Valid/d;s/    \([0-9a-zA-Z_]*\)/    "\1",/'

This should really be done at run time, you shouldn't invoke wine
during the build process, it creates lots of annoying dependencies.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list