diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-25 13:39:29 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-25 13:39:29 +0000 |
commit | 7055d2145820464d2728453a788d001925c19f99 (patch) | |
tree | f25eb5006c7f2d9996150cc1511c54e072ebc821 /community/vault | |
parent | 561517d32cb741ba50006d77bbbc49e674911127 (diff) | |
download | aports-7055d2145820464d2728453a788d001925c19f99.tar.bz2 aports-7055d2145820464d2728453a788d001925c19f99.tar.xz |
Revert "testing/vault: enable checks"
This reverts commit f7e813c88bb392d99d08b0c945c7c4f61e1aab70.
Diffstat (limited to 'community/vault')
-rw-r--r-- | community/vault/APKBUILD | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/community/vault/APKBUILD b/community/vault/APKBUILD index 1932931a49..8a28b3cd93 100644 --- a/community/vault/APKBUILD +++ b/community/vault/APKBUILD @@ -12,6 +12,7 @@ install="$pkgname.pre-install" pkgusers="vault" pkggroups="vault" subpackages="$pkgname-openrc" +options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/$pkgname/archive/v$pkgver.tar.gz bindata-filename.patch vault.confd @@ -34,16 +35,6 @@ build() { --tags ui } -check() { - # Manually specify tests because full test suite runs all kinds of - # integration tests with other systems and fail. - for module in api audit command http logical shamir vault - do - GOPATH=$HOME/aports/community/vault/src CGO_ENABLED=0 make \ - test TEST=./$module - done -} - package() { cd "$builddir" |