mirror of
https://github.com/pyenv/pyenv.git
synced 2025-01-06 03:51:34 +00: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}"
|