mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
tests: fixup igt_simple_main fallout
Oops, I should look at compilier warnings a bit better. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -189,8 +189,7 @@ igt_simple_main
|
||||
do_or_die(exec(fd, handle, NORMAL));
|
||||
fail(exec(fd, handle, BROKEN));
|
||||
|
||||
if (exec(fd, handle, USE_LUT))
|
||||
return 77;
|
||||
igt_skip_on(exec(fd, handle, USE_LUT));
|
||||
|
||||
do_or_die(exec(fd, handle, USE_LUT));
|
||||
fail(exec(fd, handle, USE_LUT | BROKEN));
|
||||
|
||||
Reference in New Issue
Block a user