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
commit 4086bbe562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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