Files @ 52e689b37700
Branch filter:

Location: kallithea/docs/readme.rst - annotation

52e689b37700 42 B text/prs.fallenstein.rst Show Source Show as Raw Download as Raw
domruf
tests: use relative path when adding file to git repo (fixes error with newer git versions)

Newer git versions would fail 'git add /path/to/file' with:
fatal: /path/to/file: '/path/to/file' is outside repository
That caused test_push_unlocks_repository_git to fail.

To fix that, use relative instead of absolute path.
1
2
3
.. _readme:

.. include:: ./../README.rst