From 1466e4baba0695ab7ffd6cd17527b5704dd53606 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 09:54:43 -0500 Subject: [PATCH] tap output Signed-off-by: Kenneth Reitz --- run-tests.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/run-tests.sh b/run-tests.sh index a4da213b..bbaabecb 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -19,12 +19,13 @@ if [[ ! -z "$CI" ]]; then RAM_DISK="/opt/ramdisk" export RAM_DISK + TAP_OUTPUT="1" + export TAP_OUTPUT + echo "Installing Pipenv…" pip install -e "$(pwd)" --upgrade --upgrade-strategy=only-if-needed pipenv install --deploy --system --dev - TAP_OUTPUT="1" - export TAP_OUTPUT else # Otherwise, assume MacOS…