1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

Need to chdir before running tests of python-build

This commit is contained in:
Yamashita Yuu
2014-11-04 00:14:24 -08:00
parent 4a52bfaff9
commit 2dae281201
3 changed files with 24 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
test: build/bats/bin/bats
build/bats/bin/bats --tap test plugins/python-build/test
build/bats/bin/bats --tap test
cd plugins/python-build && $(PWD)/build/bats/bin/bats --tap test
build/bats/bin/bats:
git clone https://github.com/sstephenson/bats.git build/bats