From 9b2c0a639a297006ddf257154126ab2c92d526be Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Fri, 20 Nov 2015 15:33:43 -0500 Subject: [PATCH] Don't run all tests in verbose mode --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2de9e06..1ae1a20 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ compile: clean test: - PYTHONASYNCIODEBUG=1 python3 -m unittest discover -s tests -v - python3 -m unittest discover -s tests -v + PYTHONASYNCIODEBUG=1 python3 -m unittest discover -s tests + python3 -m unittest discover -s tests test1: