From 2a8a673b5d9c78eeb0e8946c17704524419347e0 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 16 May 2017 22:45:21 +0200 Subject: [PATCH] tests: tweak test output Say PASS instead of OK when a test is passed. Signed-off-by: Bartosz Golaszewski --- tests/gpiod-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } -- 2.30.2