mirror of
https://github.com/rbenv/rbenv.git
synced 2024-12-29 13:15:42 +01:00
4 lines
64 B
Bash
Executable file
4 lines
64 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
exec bats ${CI:+--tap} "${@:-test}"
|