mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 21:43:32 +02:00
update for github.com/AlecAivazis/survey => gopkg.in/AlecAivazis/survey.v1 package
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
autoplay-tests:
|
||||
summary: Replaying interactive tests
|
||||
command: |-
|
||||
cd tests
|
||||
set -e
|
||||
for test in autoplay/*.go; do
|
||||
echo "==> Running $test"
|
||||
go run $test
|
||||
done
|
||||
|
||||
install-deps:
|
||||
summary: Install all of package dependencies
|
||||
command: |-
|
||||
go get -t {{.files}}
|
||||
# for autoplay tests
|
||||
go get github.com/kr/pty
|
||||
|
||||
tests:
|
||||
summary: Run the test suite
|
||||
command: go test {{.files}}
|
||||
|
||||
variables:
|
||||
files: '$(go list -v ./... | grep -iEv "github.com/AlecAivazis/survey/(tests|examples)")'
|
||||
Reference in New Issue
Block a user