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