#!/bin/bash
set -e

export HOME="$ADTTMP/fake-home"

python3 -m nose tests --exclude test_botsbuildbots
