Skip to content

Commit 95a8142

Browse files
Use verbose lsplatform in run_test.sh
1 parent 88e8931 commit 95a8142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -e
44

55
${PYTHON} -c "import dpctl; print(dpctl.__version__)"
6-
${PYTHON} -c "import dpctl; dpctl.lsplatform()"
6+
${PYTHON} -c "import dpctl; dpctl.lsplatform(verbosity=2)"
77
${PYTHON} -m pytest -q -ra --disable-warnings -p no:faulthandler --cov dpctl --cov-report term-missing --pyargs dpctl -vv

0 commit comments

Comments
 (0)