unit-tests: Increase failure message buffer to hold larger hex dumps

This commit is contained in:
Martin Willi
2015-07-12 13:25:50 +02:00
parent ee9f691915
commit 80d7f44198
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ static bool pre_test(test_runner_init_t init, char *cfg)
*/
typedef struct {
char *name;
char msg[512 - sizeof(char*) - 2 * sizeof(int)];
char msg[4096 - sizeof(char*) - 2 * sizeof(int)];
const char *file;
int line;
int i;
+1 -1
View File
@@ -27,7 +27,7 @@
/**
* Failure message buf
*/
static char failure_buf[512];
static char failure_buf[4096];
/**
* Source file failure occurred