mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
lib/drmtest: fixup igt_fail for the list-only case
Oops. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-1
@@ -794,7 +794,7 @@ void igt_fail(int exitcode)
|
|||||||
void igt_exit(void)
|
void igt_exit(void)
|
||||||
{
|
{
|
||||||
if (igt_only_list_subtests())
|
if (igt_only_list_subtests())
|
||||||
return 0;
|
return;
|
||||||
|
|
||||||
/* Calling this without calling one of the above is a failure */
|
/* Calling this without calling one of the above is a failure */
|
||||||
assert(skipped_one || succeeded_one || failed_one);
|
assert(skipped_one || succeeded_one || failed_one);
|
||||||
|
|||||||
Reference in New Issue
Block a user