From fb4a60332cf155b62e815dedcfe49b5ccc0ef23a Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Thu, 14 Jun 2018 14:26:21 -0400 Subject: [PATCH] Handle arguments to script/test --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index 04242d1f..56549b39 100755 --- a/script/test +++ b/script/test @@ -7,4 +7,4 @@ set -e cd "$(dirname "${0}")/.." # Run unit tests -pipenv run python -m pytest +pipenv run python -m pytest -s $*