aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sslh
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2018-03-05 21:27:16 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-06 10:00:21 +0000
commitb7a52855def856cf4f5a72a8d73cb1e6197d6eda (patch)
treec2bf5754ca4fc4721df69e3b4d58bee5dd6a5ee4 /testing/sslh
parent07a5e30f41afc1c4d9eb3521f3f04cf8b3cb0876 (diff)
downloadaports-b7a52855def856cf4f5a72a8d73cb1e6197d6eda.tar.bz2
aports-b7a52855def856cf4f5a72a8d73cb1e6197d6eda.tar.xz
testing/sslh: expose test failures
Diffstat (limited to 'testing/sslh')
-rw-r--r--testing/sslh/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sslh/APKBUILD b/testing/sslh/APKBUILD
index 7a90c7b245..d94a0310b3 100644
--- a/testing/sslh/APKBUILD
+++ b/testing/sslh/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sslh
pkgver=1.19c
-pkgrel=1
+pkgrel=2
pkgdesc="Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) "
url="http://www.rutschle.net/tech/sslh/README.html"
arch="all"
@@ -26,7 +26,7 @@ build() {
check() {
cd "$builddir"
sed -i'.dist' -e '/_address =/s/ip6-localhost/localhost/' ./t
- make test || :
+ make test
}
package() {