summaryrefslogtreecommitdiff
path: root/test/backupstorepatch/testbackupstorepatch.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-09-02 11:07:17 +0000
committerChris Wilson <chris+github@qwirx.com>2006-09-02 11:07:17 +0000
commit4161b680120c04f8f4a1fe35caef64645222bb67 (patch)
treedd6450df1188e9b85986c6ab7a89de98e076be74 /test/backupstorepatch/testbackupstorepatch.cpp
parent217379b9ec7eaf4317cde68db939b910c58366cc (diff)
(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.
Diffstat (limited to 'test/backupstorepatch/testbackupstorepatch.cpp')
-rw-r--r--test/backupstorepatch/testbackupstorepatch.cpp3
1 files changed, 3 insertions, 0 deletions
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);