mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Precheckin now installs if tests pass
This commit is contained in:
parent
eeb16443d4
commit
4ea8d5c4ee
@ -5,9 +5,13 @@ golint
|
|||||||
go test
|
go test
|
||||||
|
|
||||||
# acceptance test
|
# acceptance test
|
||||||
X=$(go run yaml.go sample.yaml b.c)
|
go build
|
||||||
|
X=$(./yaml sample.yaml b.c)
|
||||||
|
|
||||||
if [ $X != 2 ]
|
if [ $X != 2 ]
|
||||||
then
|
then
|
||||||
echo "Failed acceptance test: expected 2 but was $X"
|
echo "Failed acceptance test: expected 2 but was $X"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
go install
|
||||||
|
Loading…
Reference in New Issue
Block a user