mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
tests/kms_cursor_crc: Use igt_exit
Otherwise the exit codes are all bogus. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
020600b77d
commit
7b8784dccf
@ -386,5 +386,5 @@ int main(int argc, char **argv)
|
||||
fclose(data.ctl);
|
||||
}
|
||||
|
||||
return 0;
|
||||
igt_exit();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user