From f638723b24634917edcb9c62cc7e0778fff7af5d Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 24 Jul 2019 13:59:19 -0400 Subject: [PATCH] Specify unittest wtw branch --- scripts/unit-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/unit-tests.sh b/scripts/unit-tests.sh index add85ebb8d..02be8fdb06 100755 --- a/scripts/unit-tests.sh +++ b/scripts/unit-tests.sh @@ -51,7 +51,7 @@ else fi if [[ -n "$WHO_TESTS_WHAT" ]]; then - PAVER_ARGS="$PAVER_ARGS --with-wtw" + PAVER_ARGS="$PAVER_ARGS --with-wtw=origin/master" fi if [[ -n "$PYTEST_CONTEXTS" ]]; then PAVER_ARGS="$PAVER_ARGS --pytest-contexts"