From 5e56bbdb87746397a19d2ba581fb6d859046413d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 16 Sep 2017 12:18:04 +0200 Subject: [PATCH] Makefile: run test once, verbose is default --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 37550c82..8dcbee8b 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ DATAROOTDIR?=$(PREFIX)/share MANDIR?=$(DATAROOTDIR)/man # default nose2 command -NOSE2?=nose2 -N 4 +NOSE2?=nose2 -N 4 --verbose SOX=sox @@ -138,8 +138,8 @@ test_python: export LD_LIBRARY_PATH=$(DESTDIR)/$(LIBDIR) test_python: export PYTHONPATH=$(PYDESTDIR)/$(LIBDIR) test_python: local_dylib # run test with installed package - ./python/tests/run_all_tests --verbose - # also run with nose, multiple processes + # ./python/tests/run_all_tests --verbose + # run with nose2, multiple processes $(NOSE2) clean_python: -- 2.11.0