From 3b4f0c1321dc0206c3e4fd2a15d6cbdcb78c7f33 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 9 Sep 2021 00:23:55 +0000 Subject: [PATCH] Add a green [pass] print. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3662 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- src/tests.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests.c b/src/tests.c index 33cbd24b..7293d383 100644 --- a/src/tests.c +++ b/src/tests.c @@ -499,6 +499,7 @@ static void _tf_test_run(const tf_test_options_t* options, const char* name, voi if (!options->tests || specified) { printf("Running test %s.\n", name); test(options); + printf("[\e[1;32mpass\e[0m] %s\n", name); } }