igt/gem_exec_blt: Prevent assertion failure when running as a test load

gem_exec_blt is used by other scripts to provide a background load, for
example by drv_missed_irq. This mode doesn't act like a normal test and
igt complains bitterly about it.

Let's just ignore igt here.

References: https://bugs.freedesktop.org/show_bug.cgi?id=88041
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2015-04-02 20:14:07 +01:00
parent 8938e1ed47
commit e8457edba6

View File

@ -381,7 +381,7 @@ int main(int argc, char **argv)
if (object_size)
run((object_size + 3) & -4, false);
}
return 0;
_exit(0); /* blergh */
}
igt_fixture {