From 306e18b27f1d13414cd063817a58b89950093685 Mon Sep 17 00:00:00 2001 From: jtmoon79 <815261+jtmoon79@users.noreply.github.com> Date: Sun, 14 Feb 2021 18:43:52 -0800 Subject: [PATCH] pytest-run.sh fix blank args --- tools/pytest-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pytest-run.sh b/tools/pytest-run.sh index 4e5baf5..4094320 100644 --- a/tools/pytest-run.sh +++ b/tools/pytest-run.sh @@ -16,5 +16,5 @@ exec \ --full-trace --showlocals \ --cov-config="${COVERAGE_RC}" \ --cov-report=xml \ - "${@-}" \ + "${@}" \ ./coverlovin2/