Skip to content

Commit ce95f3a

Browse files
committed
scripts: Fixup run-tests.sh
Make sure the script only runs *our* tests.
1 parent dae0cbb commit ce95f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ echo "Index: $PIP_INDEX_URL"
77
python="${1:-python}"
88
$python -m pip install -r requirements/tests.txt
99
$python -m pip install --only-binary=:all: python-mbedtls
10-
$python -B -m pytest --color=yes
10+
$python -B -m pytest --color=yes tests/
1111
$python -B -m doctest README.rst

0 commit comments

Comments
 (0)