#!/bin/bash

set -e

sleep 20

python `dirname $0`/test_daemons.py 2>&1
