Module: tools Branch: master Commit: 91e530aba800b9146b16e5e6c5b466932da2da34 URL: http://source.winehq.org/git/tools.git/?a=commit;h=91e530aba800b9146b16e5e6c...
Author: Francois Gouget fgouget@codeweavers.com Date: Sun Jun 4 00:39:49 2017 +0200
winetest: Improve error reporting.
Add a function to report errors. Always report renaming errors and the reason for the error. Standardize the file open error messages. die, and by extension mydie, does not need a trailing new-line.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
winetest/build-errors | 14 ++++++++++++- winetest/build-index | 33 +++++++++++++++++++++++------ winetest/dissect | 57 +++++++++++++++++++++++++++++---------------------- winetest/gather | 45 ++++++++++++++++++++++++++++------------ 4 files changed, 104 insertions(+), 45 deletions(-)
Diff: http://source.winehq.org/git/tools.git/?a=commitdiff;h=91e530aba800b9146b16e...