Skip to content

Commit 245c9a4

Browse files
committed
Suggested improvements
1 parent 5cc7afc commit 245c9a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/tests_and_coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232

3333
# 20250613 End of copy
3434

35-
if [ ! "$(which pytest)" ]; then
35+
if ! command -v pytest >/dev/null; then
3636
echo "Unable to find pytest, run setup_test.sh before this script"
3737
exit 1
3838
fi

0 commit comments

Comments
 (0)