#!/bin/sh

rtags-rdm --daemon --no-filesystem-watcher --no-startup-project --clean-slate --exclude-filter /none
sleep 2
nosetests3 -w tests/automated
