From 4161b680120c04f8f4a1fe35caef64645222bb67 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 2 Sep 2006 11:07:17 +0000 Subject: (refs #3) Don't check for memory leaks on Win32, since the process is force killed and doesn't have a chance to write the log file. --- test/backupstorepatch/testbackupstorepatch.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/backupstorepatch') diff --git a/test/backupstorepatch/testbackupstorepatch.cpp b/test/backupstorepatch/testbackupstorepatch.cpp index 368d835a..fd825016 100644 --- a/test/backupstorepatch/testbackupstorepatch.cpp +++ b/test/backupstorepatch/testbackupstorepatch.cpp @@ -634,7 +634,10 @@ int test(int argc, const char *argv[]) // Kill store server TEST_THAT(KillServer(pid)); TEST_THAT(!ServerIsAlive(pid)); + + #ifndef WIN32 TestRemoteProcessMemLeaks("bbstored.memleaks"); + #endif } ::free(buffer); -- cgit v1.2.3