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