summaryrefslogtreecommitdiff
path: root/lib/tdb2/test/failtest_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb2/test/failtest_helper.h')
-rw-r--r--lib/tdb2/test/failtest_helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tdb2/test/failtest_helper.h b/lib/tdb2/test/failtest_helper.h
index 02acac8c3c..7f912bb5e9 100644
--- a/lib/tdb2/test/failtest_helper.h
+++ b/lib/tdb2/test/failtest_helper.h
@@ -14,4 +14,7 @@ bool failmatch(const struct failtest_call *call,
enum failtest_result
block_repeat_failures(struct failtest_call *history, unsigned num);
+/* Set this to suppress failure. */
+extern bool failtest_suppress;
+
#endif /* TDB2_TEST_LOGGING_H */