Skip to content

Commit 35174e6

Browse files
committed
-s -v
1 parent 7fe48df commit 35174e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ pytest \
4747
--cov=cuvs \
4848
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cuvs-coverage.xml" \
4949
--cov-report=term \
50+
-s -v \
5051
tests
5152

5253
rapids-logger "pytest cuvs-bench"
@@ -59,7 +60,6 @@ pytest \
5960
--cov=cuvs \
6061
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cuvs-bench-coverage.xml" \
6162
--cov-report=term \
62-
-s -v \
6363
tests
6464

6565
rapids-logger "Test script exiting with value: $EXITCODE"

0 commit comments

Comments
 (0)