Skip to content

Commit e65212e

Browse files
committed
Revoke makefile change
1 parent 2621e50 commit e65212e

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
@@ -55,7 +55,7 @@ test-py2: build
5555
test: build
5656
# Unit tests with coverage report
5757
coverage erase
58-
-coverage run --rcfile=./.coveragerc -m unittest2 discover -s tests/unit/ -p test_*py3*.py
58+
coverage run --rcfile=./.coveragerc -m unittest2 discover -s tests/unit/ -p test_*py3*.py
5959
coverage report --rcfile=./.coveragerc
6060
coverage html --rcfile=./.coveragerc
6161

0 commit comments

Comments
 (0)