1#!/bin/sh 2cd $(dirname $0)/../ 3exec python -m unittest discover profile_chrome '*_unittest.py' $@ 4