tests: tweak a log message
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 1 Mar 2017 11:49:43 +0000 (12:49 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 1 Mar 2017 11:49:43 +0000 (12:49 +0100)
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 <bartekgola@gmail.com>
tests/unit/gpiod-unit.c

index 2b8f81b727579ec3b8df905fcf66d4571b851a4b..8b917954bf1590592fd0f5300d12d9a8e4ee8aac 100644 (file)
@@ -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();