From 00c7bbdea375e5cb0b3b492520a672cf2e85c94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 10 Jul 2024 03:10:00 +0200 Subject: [PATCH] community/py3-oscrypto: remove accidentally committed code in check() This is an idiom I often use to debug check() failures in `abuild rootbld`, it seems I committed this by accident and it's causing build failures to not be recognized as such. --- community/py3-oscrypto/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/py3-oscrypto/APKBUILD b/community/py3-oscrypto/APKBUILD index 526b2c90f9b1..893158c5d982 100644 --- a/community/py3-oscrypto/APKBUILD +++ b/community/py3-oscrypto/APKBUILD @@ -25,7 +25,7 @@ build() { check() { OSCRYPTO_USE_OPENSSL=/usr/lib/libcrypto.so,/usr/lib/libssl.so \ - python3 run.py tests || sh -l + python3 run.py tests } package() {