#!/bin/sh

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

# nosetest writes results summary to sys.stderr and there is no way to
# prevent that, therefore redirect stderr to stdout
nosetests3 -w tests/automated 2>&1
