diff test/test_packager.py @ 190:e83db4482aab

Add runtreepkg.py command line option --no-svn-update to inhibit updates of the working copies. This can be useful if e.g. the svn server is down. Adapt the test cases.
author Bernhard Herzog <bh@intevation.de>
date Wed, 30 Jul 2008 19:00:31 +0000
parents e1c7cd896310
children 01c043f13f13
line wrap: on
line diff
--- a/test/test_packager.py	Tue Jul 08 15:39:34 2008 +0000
+++ b/test/test_packager.py	Wed Jul 30 19:00:31 2008 +0000
@@ -187,7 +187,7 @@
         self.do_stop = do_stop
         self.instructions_file = instructions_file
 
-    def package_if_updated(self, revision):
+    def package_if_updated(self, revision, do_svn_update=True):
         if self.do_stop:
             writefile(self.instructions_file, "stop")
         if self.do_package:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)