From b9593cc4a5f31cd2539d14bb0585f2dabcf3e7d9 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1c69fd3..fe608d0 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,4 @@ install: test: install tox -e flake8,$(PYVERSION)-$(BACKEND)-$(SALT) + cat /tmp/pepper-runtests.log