From: Bartosz Golaszewski Date: Wed, 1 Mar 2017 11:49:43 +0000 (+0100) Subject: tests: tweak a log message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=152737b731e7cd5e084e8cfd20b89953310d66a8;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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();