From 3232effeba2bf5ddc7cce1ac8b4c9650b07c66e1 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 2 Dec 2022 01:11:11 +0100 Subject: Clean up array_ref interface; rename options.h to status.h --- source/kit_test/test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/kit_test/test.c') diff --git a/source/kit_test/test.c b/source/kit_test/test.c index a47185e..503a85b 100644 --- a/source/kit_test/test.c +++ b/source/kit_test/test.c @@ -304,5 +304,6 @@ int kit_run_tests(int argc, char **argv) { } no_color || print_color(white); + quiet || printf("\n"); return status; } -- cgit v1.2.3