mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
5 lines
64 B
Bash
Executable file
5 lines
64 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
exec bats ${CI:+--tap} "${@:-test}"
|