This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
rbenv
Watch
1
Star
0
Fork
You've already forked rbenv
0
mirror of
https://github.com/rbenv/rbenv.git
synced
2025-01-01 14:45:03 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
22ee5d4175
rbenv
/
test
/
run
5 lines
64 B
Text
Raw
Normal View
History
Unescape
Escape
Test compiled native extensions on Travis CI
2014-01-04 21:58:12 +01:00
#!/usr/bin/env bash
set -e
test/run: handle optional paths/args for bats This allows to run a single test file more easily, although that could be done by calling bats directly.
2018-09-19 08:23:41 +02:00
exec bats ${CI:+--tap} "${@:-test}"
Reference in a new issue
Copy permalink