#!/bin/bash
set -e

export HOME="$ADTTMP/fake-home"

python2 -m nose tests --exclude test_botsbuildbots
