Also the maximum report size is no longer duplicated in WineTest.
Signed-off-by: Francois Gouget fgouget@codeweavers.com --- Trying to keep the WineTest report size under 1.5 MB did not work. --- winetest/winetest.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/winetest/winetest.conf b/winetest/winetest.conf index 3db146a9f..0b8fd630b 100644 --- a/winetest/winetest.conf +++ b/winetest/winetest.conf @@ -23,8 +23,7 @@ $acceptprediluvianwin = 0; $maxunitsize = 32 * 1024;
# Maximum size of the report file -# This should be in line with programs\winetest\send.c -$maxfilesize = 1.5 * 1024 * 1024; +$maxfilesize = 2 * 1024 * 1024;
# The number of builds after which a failure is considered old / new $patternbuilds = 10;