Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit35e3875

Browse files
committed
Allow base_daemon_path to be normalized for Cygwin
Since the Cygwin git-daemon can be used.
1 parente07d91a commit35e3875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/lib/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def remote_repo_creator(self):
302302
cw.set("url",remote_repo_url)
303303

304304
withgit_daemon_launched(
305-
Git.polish_url(base_daemon_path,is_cygwin=False),# No daemon in Cygwin.
305+
Git.polish_url(base_daemon_path),
306306
"127.0.0.1",
307307
GIT_DAEMON_PORT,
308308
):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp