winetest: Increase maximum tag length.

This should hopefully make those failures surrounding newtb-wvistau64-zh-CN go away.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2018-06-17 11:28:53 -05:00 committed by Alexandre Julliard
parent e6fc86e4a0
commit 1bb4a8676d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ enum report_type {
R_QUIET
};
#define MAXTAGLEN 20
#define MAXTAGLEN 30
extern char *tag;
extern char *email;
extern BOOL aborting;