Skip to content

Commit 704775e

Browse files
committed
Verbosely print all tests on "make test".
1 parent f30f0b4 commit 704775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sdist dist/lupa-$(VERSION).tar.gz:
2929
${PYTHON} setup.py sdist
3030

3131
test: local
32-
PYTHONPATH=. $(PYTHON) -m unittest lupa.tests.test
32+
PYTHONPATH=. $(PYTHON) -m unittest -v lupa.tests.test
3333

3434
clean:
3535
rm -fr build lupa/_lupa*.so lupa/lua*.pyx lupa/*.c

0 commit comments

Comments
 (0)