mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
lib: add a define for test failure exit status
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
@@ -100,7 +100,7 @@ static void assert_color(char *crc, enum color color)
|
||||
(bh & mask) == 0);
|
||||
break;
|
||||
default:
|
||||
igt_fail(-1);
|
||||
igt_fail(IGT_EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user