mirror of
https://github.com/pyenv/pyenv.git
synced 2025-03-03 23:11:43 +00:00
Merge pull request #1119 from blueyed/test-run
test/run: handle optional paths/args for bats
This commit is contained in:
commit
4086bbe562
1 changed files with 1 additions and 1 deletions
2
test/run
2
test/run
|
@ -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}"
|
||||||
|
|
Loading…
Reference in a new issue