mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
4 lines
88 B
Bash
Executable file
4 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
[ -n "$DAV_SERVER" ] || DAV_SERVER=radicale_filesystem
|
|
exec py.test $@
|