From db79ca420172f1f128897bab54890e975e0b53f0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 5 Jul 2017 22:52:32 +0100 Subject: [PATCH] test/backupstorefix: tag bbstoreaccounts check output in tests (cherry picked from commit c31d7143273f2d5257ec690e894442a8398aaf21) --- test/backupstorefix/testbackupstorefix.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/backupstorefix/testbackupstorefix.cpp b/test/backupstorefix/testbackupstorefix.cpp index 8c2d1b0f1..199215b81 100644 --- a/test/backupstorefix/testbackupstorefix.cpp +++ b/test/backupstorefix/testbackupstorefix.cpp @@ -75,9 +75,11 @@ int discSetNum = 0; std::map nameToID; std::map objectIsDir; -#define RUN_CHECK \ - ::system(BBSTOREACCOUNTS " -c testfiles/bbstored.conf check 01234567"); \ - ::system(BBSTOREACCOUNTS " -c testfiles/bbstored.conf check 01234567 fix"); +#define RUN_CHECK \ + ::system(BBSTOREACCOUNTS " -c testfiles/bbstored.conf -Ttbbstoreaccounts " \ + "check 01234567"); \ + ::system(BBSTOREACCOUNTS " -c testfiles/bbstored.conf -Ttbbstoreaccounts " \ + "check 01234567 fix"); // Get ID of an object given a filename int32_t getID(const char *name)