mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/openssh: enable check() again
Looks like this was disabled by accident. Tests pass locally. Include pkgrel bump to trigger check() run on the builders. See: 7befdd7374d9ef43c62e872083f22cb43e3ab489
This commit is contained in:
parent
ee4565c765
commit
e4bc62018e
@ -5,7 +5,7 @@
|
||||
pkgname=openssh
|
||||
pkgver=9.7_p1
|
||||
_myver=${pkgver%_*}${pkgver#*_}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Port of OpenBSD's free SSH release"
|
||||
url="https://www.openssh.com/portable.html"
|
||||
arch="all"
|
||||
@ -152,7 +152,7 @@ check() {
|
||||
# Run all tests except the t-exec tests which fail on the
|
||||
# builders for some reason but pass locally (needs further
|
||||
# investigation).
|
||||
# TEST_SSH_UNSAFE_PERMISSIONS=1 make -j1 file-tests interop-tests unit
|
||||
TEST_SSH_UNSAFE_PERMISSIONS=1 make -j1 file-tests interop-tests unit
|
||||
|
||||
if [ -z "$BOOTSTRAP" ]; then
|
||||
msg "verify pam build"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user