mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-30 14:02:09 -05: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}"
|