We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c1898 commit bcd1bfdCopy full SHA for bcd1bfd
Makefile
@@ -55,6 +55,9 @@ docs:
55
cd docs
56
make html
57
58
+sh: # open subshell with default test config
59
+ $$SHELL;
60
+
61
linkcheck:
62
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
63
tests/storage/dav/__init__.py
@@ -13,7 +13,7 @@
13
from .. import StorageTests
14
15
16
-dav_server = os.environ.get('DAV_SERVER', '').strip() or 'radicale'
+dav_server = os.environ['DAV_SERVER']
17
18
19
def _get_server_mixin(server_name):
0 commit comments