diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-25 15:23:41 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-25 15:23:41 +0100 |
commit | fca17ca477aad828e62e13622262497a982e7584 (patch) | |
tree | da0d55222893d792a370fdb621e45a18f4c984a2 /fbtest.c | |
parent | a6df0c804d09f8c71c5bb1b589682aa615533e40 (diff) | |
download | drminfo-fca17ca477aad828e62e13622262497a982e7584.tar.gz |
autotest: print ok
Diffstat (limited to 'fbtest.c')
-rw-r--r-- | fbtest.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)); |