4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
cd $(dirname $0)/../
|
||
|
|
exec python -m unittest discover profile_chrome '*_unittest.py' $@
|