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:
ace8eef
)
tests: tweak test output
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Tue, 16 May 2017 20:45:21 +0000
(22:45 +0200)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Tue, 16 May 2017 20:45:21 +0000
(22:45 +0200)
Say PASS instead of OK when a test is passed.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
tests/gpiod-test.c
patch
|
blob
|
history
diff --git
a/tests/gpiod-test.c
b/tests/gpiod-test.c
index b28c0797506052399846949675e64dbd6329842a..13c5bb16c728bc4441e99aa8c66d00350f963a76 100644
(file)
--- a/
tests/gpiod-test.c
+++ b/
tests/gpiod-test.c
@@
-522,7
+522,7
@@
static void run_test(struct _test_case *test)
free(globals.test_ctx.failed_msg);
} else {
set_color(CGREEN);
- pr_raw("
OK
\n");
+ pr_raw("
PASS
\n");
reset_color();
}
}