mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
tests: Use igt_exit for tests with subtest
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -268,5 +268,5 @@ int main(int argc, char **argv)
|
|||||||
fclose(data.ctl);
|
fclose(data.ctl);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
igt_exit();
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -97,5 +97,5 @@ int main(int argc, char **argv)
|
|||||||
igt_fixture
|
igt_fixture
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
||||||
return 0;
|
igt_exit();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -167,5 +167,5 @@ int main(int argc, char **argv)
|
|||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
igt_exit();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user