From: Bartosz Golaszewski Date: Tue, 16 May 2017 20:45:21 +0000 (+0200) Subject: tests: tweak test output X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2a8a673b5d9c78eeb0e8946c17704524419347e0;p=qemu-gpiodev%2Flibgpiod.git tests: tweak test output Say PASS instead of OK when a test is passed. Signed-off-by: Bartosz Golaszewski --- diff --git a/tests/gpiod-test.c b/tests/gpiod-test.c index b28c079..13c5bb1 100644 --- 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(); } }