You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ On MINGW-git, daemon exists but if invoked as 'git daemon', DAEMON
CANNOT DIE!
+ So, launch `git-daemon` on Apveyor, but
- remote TCs fail due to paths problems.
+ Updated README instructions on Windows.
+ Restore disabled remote TCs on Windows.
+ Disable failures on daemon-tests only the last moment
(raise SkipTest) so when ready, it will also pass.
Copy file name to clipboardExpand all lines: README.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,17 @@ as they are kept alive solely by their users, or not.
61
61
62
62
### RUNNING TESTS
63
63
64
-
*Important*: Right after cloning this repository, please be sure to have executed the `./init-tests-after-clone.sh` script in the repository root. Otherwise you will encounter test failures.
64
+
*Important*: Right after cloning this repository, please be sure to have executed
65
+
the `./init-tests-after-clone.sh` script in the repository root. Otherwise
66
+
you will encounter test failures.
65
67
66
-
The easiest way to run test is by using [tox](https://pypi.python.org/pypi/tox) a wrapper around virtualenv. It will take care of setting up environnements with the proper dependencies installed and execute test commands. To install it simply:
68
+
On *Windows*, make sure you have `git-daemon` in your PATH. For MINGW-git, the `git-daemon.exe`
69
+
exists in `Git\mingw64\libexec\git-core\`; CYGWIN has no daemon, but should get along fine
70
+
with MINGW's.
71
+
72
+
The easiest way to run tests is by using [tox](https://pypi.python.org/pypi/tox)
73
+
a wrapper around virtualenv. It will take care of setting up environnements with the proper
74
+
dependencies installed and execute test commands. To install it simply:
0 commit comments