mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-02 17:42:44 -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}"
|