commit | e65c69b995590ccd7f209b1e516819b1248d4e38 | [log] [tgz] |
---|---|---|
author | Thomas Wood <thomas.wood@intel.com> | Thu Jul 16 17:39:59 2015 +0100 |
committer | Thomas Wood <thomas.wood@intel.com> | Mon Jul 20 18:13:37 2015 +0100 |
tree | dfeac7981a64e75e666f94ace1cbcfc39b198170 | |
parent | 51576b7ad67074bbee6da0e0ff96d783dbd4ea3f [diff] |
lib: exit immediately if igt_fail is called in an exit handler Exit immediately if the test is already exiting and igt_fail is called. This can happen if an igt_assert fails in an exit handler. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91349 Signed-off-by: Thomas Wood <thomas.wood@intel.com>