projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c4606
)
tests: tweak a log message
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Wed, 1 Mar 2017 11:49:43 +0000
(12:49 +0100)
committer
Bartosz 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
patch
|
blob
|
history
diff --git
a/tests/unit/gpiod-unit.c
b/tests/unit/gpiod-unit.c
index 2b8f81b727579ec3b8df905fcf66d4571b851a4b..8b917954bf1590592fd0f5300d12d9a8e4ee8aac 100644
(file)
--- 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();