unit-tests: Increase failure message buffer to hold larger hex dumps
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
/**
|
||||
* Failure message buf
|
||||
*/
|
||||
static char failure_buf[512];
|
||||
static char failure_buf[4096];
|
||||
|
||||
/**
|
||||
* Source file failure occurred
|
||||
|
||||
Reference in New Issue
Block a user