1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 22:33:52 -05:00

add possibility to filter tests with make

This commit is contained in:
rockandska
2025-09-10 16:53:53 +02:00
committed by Tester
parent a7897ca0f6
commit d275391f65
2 changed files with 9 additions and 5 deletions

View File

@@ -6,4 +6,4 @@ if [ -n "$PYENV_NATIVE_EXT" ]; then
make -C src
fi
exec bats ${CI:+--tap} test
exec bats ${CI:+--tap} ${BATS_TEST_FILTER:+--filter "${BATS_TEST_FILTER}"} test/${BATS_FILE_FILTER}