summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/bbackupd/testbbackupd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index e5df9d32..496c84f7 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -515,11 +515,12 @@ bool teardown_test_bbackupd(std::string test_name, int old_failure_count)
catch (BoxException &e) \
{ \
BOX_NOTICE(__FUNCTION__ << " errored: " << e.what()); \
+ failures++; \
bool status = teardown_test_bbackupd(__FUNCTION__, old_failure_count); \
s_test_status[__FUNCTION__] = "ERRORED"; \
return status; \
}
-
+
bool test_basics()
{