From fca17ca477aad828e62e13622262497a982e7584 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 25 Mar 2019 15:23:41 +0100 Subject: autotest: print ok --- fbtest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fbtest.c') diff --git a/fbtest.c b/fbtest.c index 24ebdff..2247640 100644 --- a/fbtest.c +++ b/fbtest.c @@ -113,6 +113,8 @@ int main(int argc, char **argv) fb_fix.line_length); fb_draw(autotest); + if (autotest) + fprintf(stdout, "---ok---\n"); tty_raw(); kbd_wait(secs); read(0, buf, sizeof(buf)); -- cgit