lib/drmtest: make igt_fail work outside of subtests
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 19 Aug 2013 05:28:42 +0000 (07:28 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 19 Aug 2013 06:09:25 +0000 (08:09 +0200)
commit47a32a3aec22f3252a5f551d7b52bb3c2886d0a7
tree21c020fc80404cdc06cd5bf844adf05d1ebc8ce6
parent78865847f9fae7e590960f9836f2ec8b611a190e
lib/drmtest: make igt_fail work outside of subtests

With the abortable fixtures we can now correctly fail all subsequent
sutbests if we hit upon an igt_assert outside of a subtest.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/drmtest.c