1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 13:03:46 -05:00

Merge pull request #1119 from blueyed/test-run

test/run: handle optional paths/args for bats
This commit is contained in:
Hiroshi SHIBATA
2020-12-03 13:41:17 +09:00
committed by GitHub

View File

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