#!/bin/bash

set -e

cd "$(dirname "${BASH_SOURCE[0]}")/../.."

./tests/bin/bootstrap
./tests/bin/start
