mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-19 13:56:23 +00:00
tests/kms_flip: don't die on stdin input
Seems to be a leftover from fliptest ... Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
0af2b184ad
commit
cef68158dd
@ -812,7 +812,6 @@ static unsigned int wait_for_events(struct test_output *o)
|
||||
timeout.tv_sec *= 10;
|
||||
|
||||
FD_ZERO(&fds);
|
||||
FD_SET(0, &fds);
|
||||
FD_SET(drm_fd, &fds);
|
||||
ret = select(drm_fd + 1, &fds, NULL, NULL, &timeout);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user