diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2022-12-02 01:11:11 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2022-12-02 01:11:11 +0100 |
commit | 3232effeba2bf5ddc7cce1ac8b4c9650b07c66e1 (patch) | |
tree | 4610872cb33c32440fd0b08c43d94d1893deed25 /source/kit_test | |
parent | e7c96f9a1007783bb8728b5d60809d06b901fe8f (diff) | |
download | kit-3232effeba2bf5ddc7cce1ac8b4c9650b07c66e1.zip |
Clean up array_ref interface; rename options.h to status.h
Diffstat (limited to 'source/kit_test')
-rw-r--r-- | source/kit_test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |