summaryrefslogtreecommitdiff
path: root/git/test/test_submodule.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2017-07-01 13:55:13 +0200
committerSebastian Thiel <byronimo@gmail.com>2017-07-01 13:59:17 +0200
commitcf8dc259fcc9c1397ea67cec3a6a4cb5816e3e68 (patch)
tree3b8be84b367795c809e4ca0b277c297e66dad6f4 /git/test/test_submodule.py
parent375e1e68304582224a29e4928e5c95af0d3ba2fa (diff)
downloadgitpython-cf8dc259fcc9c1397ea67cec3a6a4cb5816e3e68.tar.gz
Update changelog and improve docs on skipped test
[skip ci]
Diffstat (limited to 'git/test/test_submodule.py')
-rw-r--r--git/test/test_submodule.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/git/test/test_submodule.py b/git/test/test_submodule.py
index d14bf5c7..e667ae17 100644
--- a/git/test/test_submodule.py
+++ b/git/test/test_submodule.py
@@ -664,11 +664,12 @@ class TestSubmodule(TestBase):
# end for each checkout mode
@skipIf(HIDE_WINDOWS_KNOWN_ERRORS,
- """FIXME: ile "C:\\projects\\gitpython\\git\\cmd.py", line 671, in execute
+ """FIXME on cygwin: File "C:\\projects\\gitpython\\git\\cmd.py", line 671, in execute
raise GitCommandError(command, status, stderr_value, stdout_value)
GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git add 1__Xava verbXXten 1_test _myfile 1_test_other_file 1_XXava-----verbXXten
stderr: 'fatal: pathspec '"1__çava verböten"' did not match any files'
+ FIXME on appveyor: see https://ci.appveyor.com/project/Byron/gitpython/build/1.0.185
""")
@with_rw_directory
def test_git_submodules_and_add_sm_with_new_commit(self, rwdir):