summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-06-27 20:57:18 -0400
committerBernard Normier <bernard@zeroc.com>2007-06-27 20:57:18 -0400
commitb5c69d090766c4a74bd109d043768111c52cba4d (patch)
treec69832455f4779a430ecdfd073147ec3b2a0a560 /cpp/config/TestUtil.py
parentWindows build fixes (diff)
downloadice-b5c69d090766c4a74bd109d043768111c52cba4d.tar.bz2
ice-b5c69d090766c4a74bd109d043768111c52cba4d.tar.xz
ice-b5c69d090766c4a74bd109d043768111c52cba4d.zip
Speed up demo and test
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r--cpp/config/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py
index bd005a4f805..f61efec002d 100644
--- a/cpp/config/TestUtil.py
+++ b/cpp/config/TestUtil.py
@@ -535,5 +535,5 @@ def collocatedTest(name):
collocatedTestWithOptions(name, "")
def cleanDbDir(path):
- for filename in [ os.path.join(path, f) for f in os.listdir(path) if f != ".gitignore"]:
+ for filename in [ os.path.join(path, f) for f in os.listdir(path) if f != ".gitignore" and f != "DB_CONFIG" ]:
os.remove(filename)