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