summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-17 15:19:33 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-17 15:19:33 +0100
commitc90e245f8659000e2b43b4aeeb9077387c5414d5 (patch)
treef50aecf496e3281c667ffe9cb3d89f5447cdafb0
parente5eb4953e696038f19bbde96ca1e940b7de032e9 (diff)
downloadbackoffice-c90e245f8659000e2b43b4aeeb9077387c5414d5.tar.gz
backoffice-c90e245f8659000e2b43b4aeeb9077387c5414d5.tar.bz2
backoffice-c90e245f8659000e2b43b4aeeb9077387c5414d5.zip
resort to more stable 'test' instead of 'nosetests -s'
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b3c330f..aa2e1dc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,7 +58,7 @@ install: $(templates) install-data
check:
@export TALER_CONFIG_FILE=@abs_srcdir@/talerbackoffice/tests.conf; \
export BACKOFFICE_BACKEND="http://backend.example.com/"; \
- export BACKOFFICE_INSTANCES="MusicShop"; python3 setup.py nosetests -s
+ export BACKOFFICE_INSTANCES="MusicShop"; python3 setup.py test
.PHONY: pylint
pylint: