From 152737b731e7cd5e084e8cfd20b89953310d66a8 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 1 Mar 2017 12:49:43 +0100 Subject: [PATCH] tests: tweak a log message Drop the 'test' prefix from the message displayed when running a test. We're already stating that in the message header. Signed-off-by: Bartosz Golaszewski --- tests/unit/gpiod-unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/gpiod-unit.c b/tests/unit/gpiod-unit.c index 2b8f81b..8b91795 100644 --- a/tests/unit/gpiod-unit.c +++ b/tests/unit/gpiod-unit.c @@ -429,7 +429,7 @@ int main(int argc GU_UNUSED, char **argv GU_UNUSED) test_prepare(&test->chip_descr); print_header("TEST", CYELLOW); - pr_raw("test '%s': ", test->name); + pr_raw("'%s': ", test->name); test->func(); -- 2.30.2