[hydra-commits] beagles: branch ice/slice-preserving-translators r588 - /ice/branches/slice-p...

SVN commits to the Hydra project hydra-commits at lists.digium.com
Fri Apr 23 18:49:23 CDT 2010


Author: beagles
Date: Fri Apr 23 18:49:22 2010
New Revision: 588

URL: https://origsvn.digium.com/svn-view/hydra?view=rev&rev=588
Log:
added a fix to allow test suites to run in an svn imported directory

Modified:
    ice/branches/slice-preserving-translators/scripts/TestUtil.py

Modified: ice/branches/slice-preserving-translators/scripts/TestUtil.py
URL: https://origsvn.digium.com/svn-view/hydra/ice/branches/slice-preserving-translators/scripts/TestUtil.py?view=diff&rev=588&r1=587&r2=588
==============================================================================
--- ice/branches/slice-preserving-translators/scripts/TestUtil.py (original)
+++ ice/branches/slice-preserving-translators/scripts/TestUtil.py Fri Apr 23 18:49:22 2010
@@ -1189,7 +1189,7 @@
         os.remove(os.path.join(path, "__Freeze", "lock"))
     if os.path.exists(os.path.join(path, "__Freeze")):
         os.rmdir(os.path.join(path, "__Freeze"))
-    for filename in [ os.path.join(path, f) for f in os.listdir(path) if f != ".gitignore" and f != "DB_CONFIG" ]:
+    for filename in [ os.path.join(path, f) for f in os.listdir(path) if f != ".gitignore"  and f != ".svn" and f != "DB_CONFIG" ]:
         os.remove(filename)
 
 def startClient(exe, args = "", config=None, env=None, echo = True, startReader = True):





More information about the asterisk-scf-commits mailing list