From 8a5400ff01a386607dc8389321634148feee8ec4 Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Wed, 16 Oct 2024 09:07:58 +0200 Subject: [PATCH] Update run_test.sh --- conda-recipe/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/run_test.sh b/conda-recipe/run_test.sh index 09f1a22e7a..a599c1d4ba 100755 --- a/conda-recipe/run_test.sh +++ b/conda-recipe/run_test.sh @@ -31,7 +31,7 @@ if [[ count -eq 0 ]]; then exit 1 fi -COV_ARGS=(--no-cov) +declare -a COV_ARGS=() if [ -n "$COVERAGE_RCFILE" ]; then COV_ARGS=(--cov=onedal --cov=sklearnex --cov-config=$COVERAGE_RCFILE --cov-append --cov-report=) # if a sycl gpu isn't available, uncomment gpu skips in .coveragerc