From 129c52960c7937830ecc5d24b3b3c0695bcdebdd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 09:53:09 -0500 Subject: [PATCH] typo Signed-off-by: Kenneth Reitz --- run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-tests.sh b/run-tests.sh index fbb76ff7..a4da213b 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -23,8 +23,8 @@ if [[ ! -z "$CI" ]]; then pip install -e "$(pwd)" --upgrade --upgrade-strategy=only-if-needed pipenv install --deploy --system --dev - TAP_OUPUT=1 - export TAP_OUPUT + TAP_OUTPUT="1" + export TAP_OUTPUT else # Otherwise, assume MacOS…