summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/common b/tests/common
index c8ac0c15..c61962da 100644
--- a/tests/common
+++ b/tests/common
@@ -63,7 +63,9 @@ run_check_stdout()
fi
}
-# same as run_check but does not fail the test, output is logged
+# same as run_check but does not fail the test if it's handled gracefully by
+# the tool, unexpected failure like segfault or abor will exit forcibly
+# output is logged
run_mayfail()
{
local ret