aboutsummaryrefslogtreecommitdiffstats
path: root/drmtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'drmtest.c')
-rw-r--r--drmtest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drmtest.c b/drmtest.c
index c25fcde..e9262b6 100644
--- a/drmtest.c
+++ b/drmtest.c
@@ -307,6 +307,8 @@ int main(int argc, char **argv)
drm_draw_dumb_fb(autotest);
drm_show_fb();
+ if (autotest)
+ fprintf(stdout, "---ok---\n");
tty_raw();
kbd_wait(secs);
read(0, buf, sizeof(buf));