From e6e23ed24b35c6154b4ee0da5ae51cd5688e5e67 Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Thu, 13 Oct 2016 15:35:51 +0200 Subject: cygwin, #533: Try to make it work with Cygwin's Git. + Make `Git.polish_url()` convert paths into Cygwin-friendly paths. + Add utility and soe TCs for funcs for detecting cygwin and converting abs-paths to `/cygdrive/c/...`. - Cygwin TCs failing: - PY2: err: 14, fail: 3 - PY3: err: 13, fail: 3 --- git/test/lib/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/lib/helper.py') diff --git a/git/test/lib/helper.py b/git/test/lib/helper.py index c5a003ea..ab60562f 100644 --- a/git/test/lib/helper.py +++ b/git/test/lib/helper.py @@ -32,7 +32,7 @@ __all__ = ( 'GIT_REPO', 'GIT_DAEMON_PORT' ) -log = logging.getLogger('git.util') +log = logging.getLogger(__name__) #{ Routines -- cgit v1.2.1