From 375575ce512102170b15c054b7b915da967ea70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Sun, 10 Aug 2014 22:34:20 +0200 Subject: [PATCH] Document ESSENTIAL tests --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d1b8aa..84062a5b 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ The following variables are available: * FILTER (string)(optional): Filter program (like grep or sed) to filter radare2's output before comparing it with EXPECT. Useful to fix random output to generate stable tests. - * BROKEN (boolean)(optional): This tests documents a bug which is not yet fixed. + * BROKEN (boolean)(optional): This tests documents a bug which is not yet fixed. + * ESSENTIAL (boolean)(optional): A failure of this test is treated as fatal. * EXITCODE (number)(optional): Check the exit code of radare2 matches. Can be used to check handling of invalid arguments.