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:
Sören Tempel 2024-04-04 07:16:38 +02:00 committed by Sören Tempel
parent ee4565c765
commit e4bc62018e

View File

@ -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"