Skip to content
Snippets Groups Projects
Commit 93980820 authored by Augie Fackler's avatar Augie Fackler
Browse files

tests: Work around a bug in certain git versions on OS X.

parent 7d974141
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@
# dulwich does not presently support local git repos, workaround
cd ..
git daemon --base-path="$(pwd)"\
--listen=127.0.0.1\
--listen=localhost\
--export-all\
--pid-file=gitdaemon.pid \
--detach --reuseaddr
......@@ -54,8 +54,8 @@
--export-all\
--pid-file=gitdaemon.pid \
--detach --reuseaddr
hg gclone git://127.0.0.1/gitrepo hgrepo
hg gclone git://localhost/gitrepo hgrepo
cd hgrepo
hg log --graph
......
......@@ -40,8 +40,8 @@
# dulwich does not presently support local git repos, workaround
cd ..
git daemon --base-path="$(pwd)"\
--listen=127.0.0.1\
--listen=localhost\
--export-all\
--pid-file=gitdaemon.pid \
--detach --reuseaddr
......@@ -44,8 +44,8 @@
--export-all\
--pid-file=gitdaemon.pid \
--detach --reuseaddr
hg gclone git://127.0.0.1/gitrepo hgrepo
hg gclone git://localhost/gitrepo hgrepo
cd hgrepo
hg log --graph
......
......@@ -39,8 +39,8 @@
# dulwich does not presently support local git repos, workaround
cd ..
git daemon --base-path="$(pwd)"\
--listen=127.0.0.1\
--listen=localhost\
--export-all\
--pid-file=gitdaemon.pid \
--detach --reuseaddr
......@@ -43,8 +43,8 @@
--export-all\
--pid-file=gitdaemon.pid \
--detach --reuseaddr
hg gclone git://127.0.0.1/gitrepo hgrepo
hg gclone git://localhost/gitrepo hgrepo
cd hgrepo
hg log --graph
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment