mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +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:
parent
bd161f8c04
commit
c67ebf413a
@ -794,7 +794,7 @@ void igt_fail(int exitcode)
|
||||
void igt_exit(void)
|
||||
{
|
||||
if (igt_only_list_subtests())
|
||||
return 0;
|
||||
return;
|
||||
|
||||
/* Calling this without calling one of the above is a failure */
|
||||
assert(skipped_one || succeeded_one || failed_one);
|
||||
|
Loading…
x
Reference in New Issue
Block a user