mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +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:
@@ -386,5 +386,5 @@ int main(int argc, char **argv)
|
|||||||
fclose(data.ctl);
|
fclose(data.ctl);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
igt_exit();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user