summaryrefslogtreecommitdiff
path: root/lib/backupstore/StoreTestUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/StoreTestUtils.cpp')
-rw-r--r--lib/backupstore/StoreTestUtils.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/backupstore/StoreTestUtils.cpp b/lib/backupstore/StoreTestUtils.cpp
index 18cb08ba..e0709876 100644
--- a/lib/backupstore/StoreTestUtils.cpp
+++ b/lib/backupstore/StoreTestUtils.cpp
@@ -276,7 +276,8 @@ int check_account_for_errors(Log::Level log_level)
BackupStoreAccountsControl control(*config);
int errors_fixed = control.CheckAccount(0x01234567,
true, // FixErrors
- false); // Quiet
+ false, // Quiet
+ true); // ReturnNumErrorsFound
return errors_fixed;
}