1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 06:43:53 -05:00
Files
pyenv/test/run
2014-10-13 04:12:35 +02:00

9 lines
110 B
Bash
Executable File

#!/usr/bin/env bash
set -e
if [ -n "$RBENV_NATIVE_EXT" ]; then
make -C src
fi
exec bats ${CI:+--tap} test