#!/bin/sh

# Runs a full set of tests for CalDAV and CardDAV to verify that the
# server is functional.

set -e

CURDIR=$(dirname "$0")

FAIL_OK=1 $CURDIR/init \
	--subdir CardDAV \
	--exclude CardDAV/directory.xml
