[Box Backup-commit] COMMIT r2793 - box/trunk/test/bbackupd

subversion at boxbackup.org subversion at boxbackup.org
Mon Oct 18 21:32:52 BST 2010


Author: chris
Date: 2010-10-18 21:32:52 +0100 (Mon, 18 Oct 2010)
New Revision: 2793

Modified:
   box/trunk/test/bbackupd/testbbackupd.cpp
Log:
Fix location of memleaks file to fix test/bbackupd again.


Modified: box/trunk/test/bbackupd/testbbackupd.cpp
===================================================================
--- box/trunk/test/bbackupd/testbbackupd.cpp	2010-10-17 21:31:28 UTC (rev 2792)
+++ box/trunk/test/bbackupd/testbbackupd.cpp	2010-10-18 20:32:52 UTC (rev 2793)
@@ -2083,7 +2083,8 @@
 				"quit");
 			TEST_RETURN(compareReturnValue,
 				BackupQueries::ReturnCode::Command_OK);
-			TestRemoteProcessMemLeaks("bbackupquery.memleaks");
+			TestRemoteProcessMemLeaks("testfiles/restore-test/"
+				"bbackupquery.memleaks");
 
 			// check that it restored properly
 			compareReturnValue = ::system(BBACKUPQUERY " "




More information about the Boxbackup-commit mailing list