mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
tests: exit(77) to properly mark tests as SKIP
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -396,7 +396,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if (!IS_GEN3(intel_get_drm_devid(fd))) {
|
||||
printf("gen3-only test, doing nothing\n");
|
||||
return 0;
|
||||
return 77;
|
||||
}
|
||||
|
||||
count = 0;
|
||||
|
||||
Reference in New Issue
Block a user