diff --git a/tests/crt.c b/tests/crt.c index 7782cb7..d194b55 100644 --- a/tests/crt.c +++ b/tests/crt.c @@ -387,7 +387,7 @@ static void junit_write(char *path, Test_Feature *features) { if(!test->is_succeeded) { fprint_fmt(xml, " \n", test->line, test->error_msg); - fprint_fmt(xml, " Failure message\n"); + fprint_fmt(xml, " crt.c(%d):\n %s\n", test->line, test->error_msg); fprint_fmt(xml, " \n"); } test_id += 1;