Skip to content

Commit 8ecbff0

Browse files
committed
fix run-tests
1 parent 3f07de2 commit 8ecbff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-tests

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
export LOG_LEVEL=debug
44

5-
for file in ./tests/*.py
5+
for file in ./tests/test_*.py
66
do
77
echo $file
8-
exec nosetests $file \
8+
nosetests $file \
99
--logging-format='%(asctime)s [%(name)s] %(levelname)-6s %(message)s' \
1010
--with-coverage \
1111
--cover-package=tormysql

0 commit comments

Comments
 (0)