diff options
Diffstat (limited to '.papr.sh')
-rwxr-xr-x | .papr.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -30,7 +30,5 @@ make TAGS="${TAGS}" install PREFIX=/usr ETCDIR=/etc make TAGS="${TAGS}" test-binaries # Run the ginkgo integration tests -GOPATH=/go ginkgo test/e2e/. -# Run the bats integration tests -script -qefc ./test/test_runner.sh +GOPATH=/go make localintegration exit 0 |