Use a more logical name for Makefile target.

This commit is contained in:
Andrew Ferrier 2015-03-31 14:51:54 +01:00
parent 916e5f5661
commit 41b1b25fc2

View file

@ -32,7 +32,7 @@ rundocker_getdebs: builddocker
unittest:
python3 -m unittest discover
unittest_test:
unittest_verbose:
python3 -m unittest discover -f -v
stylecheck: