summaryrefslogtreecommitdiff
path: root/.papr.sh
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-02-08 14:19:58 -0500
committerGitHub <noreply@github.com>2018-02-08 14:19:58 -0500
commit851bdc325124700448b035057055bd594981030a (patch)
tree902bea3952683afd6d4c75b210ee7386d49bccba /.papr.sh
parent5529143877778ef8bcdd05179e279bb7d662b431 (diff)
parentc089cb9c9270aa4b367deb8c8c03cb05f8860a33 (diff)
downloadpodman-851bdc325124700448b035057055bd594981030a.tar.gz
podman-851bdc325124700448b035057055bd594981030a.tar.bz2
podman-851bdc325124700448b035057055bd594981030a.zip
Merge pull request #314 from baude/ginkgo_last
Final ginkgo migration
Diffstat (limited to '.papr.sh')
-rwxr-xr-x.papr.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/.papr.sh b/.papr.sh
index 1ab989fa2..c0bb19ed7 100755
--- a/.papr.sh
+++ b/.papr.sh
@@ -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