From 16f3cd887e1e46af3a171d8ad5041dc1d4027180 Mon Sep 17 00:00:00 2001 From: Matt Phillips Date: Tue, 30 Jul 2019 16:27:22 -0400 Subject: [PATCH] emit pepper-runtets.log for debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c69fd3..a138f85 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ install: pip install tox test: install - tox -e flake8,$(PYVERSION)-$(BACKEND)-$(SALT) + tox -e flake8,$(PYVERSION)-$(BACKEND)-$(SALT) || cat /tmp/pepper-runtests.log