Commit 1172ff04 authored by Jérome Perrin's avatar Jérome Perrin

testERP5TestNode: remove outdated XXX comment

When running tests the path to git command is just git, because we have
set $PATH
parent b76875d6
...@@ -72,7 +72,6 @@ class ERP5TestNode(TestCase): ...@@ -72,7 +72,6 @@ class ERP5TestNode(TestCase):
logging.getLogger().removeHandler(self._handler) logging.getLogger().removeHandler(self._handler)
def getTestNode(self): def getTestNode(self):
# XXX how to get property the git path ?
config = {} config = {}
config["git_binary"] = "git" config["git_binary"] = "git"
config["master_url"] = 'http://example.org/' config["master_url"] = 'http://example.org/'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment