Jacek Caban jacek@codeweavers.com writes:
In previous version CRs were lost in their way to wine-patches. Also this version has a few improvements made together with Dan that should help writing tests, mostly no need to care about CRs (they are skipped) and better failure messages.
It doesn't work here:
../../../tools/runtest -q -P wine -M cmd.exe -T ../../.. -p cmd.exe_test.exe.so batch.c && touch batch.ok batch.c:162: Test failed: too long output make: *** [batch.ok] Error 1
Hi Alexandre,
First of all, thank you for your work on this.
On 2/9/10 5:27 PM, Alexandre Julliard wrote:
Jacek Cabanjacek@codeweavers.com writes:
In previous version CRs were lost in their way to wine-patches. Also this version has a few improvements made together with Dan that should help writing tests, mostly no need to care about CRs (they are skipped) and better failure messages.
It doesn't work here:
../../../tools/runtest -q -P wine -M cmd.exe -T ../../.. -p cmd.exe_test.exe.so batch.c&& touch batch.ok batch.c:162: Test failed: too long output make: *** [batch.ok] Error 1
There were a few CRs left in my tree that were lost when I was sending the patch. That's why the patch worked for me, I'm sorry about that. I will fix CR ignoring and send a new patch.
Thanks, Jacek