[Buildbot-commits] buildbot/buildbot/test test_vc.py,1.79,1.80

Brian Warner warner at users.sourceforge.net
Wed Nov 28 01:37:08 UTC 2007


Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25927/buildbot/test

Modified Files:
	test_vc.py 
Log Message:
[project @ test_vc.Git: use 'git init-db' instead of 'git init' to accomodate older versions of git]

Original author: warner at lothar.com
Date: 2007-11-28 01:36:14+00:00

Index: test_vc.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_vc.py,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- test_vc.py	22 Nov 2007 01:04:34 -0000	1.79
+++ test_vc.py	28 Nov 2007 01:37:05 -0000	1.80
@@ -2488,11 +2488,11 @@
 
         env = os.environ.copy()
         env['GIT_DIR'] = self.gitrepo
-        w = self.dovc(self.repbase, "init", env=env)
+        w = self.dovc(self.repbase, "init-db", env=env)
         yield w; w.getResult()
 
         self.populate(tmp)
-        w = self.dovc(tmp, "init")
+        w = self.dovc(tmp, "init-db")
         yield w; w.getResult()
         w = self.dovc(tmp, ["add", "."])
         yield w; w.getResult()





More information about the Commits mailing list