Skip to content

Commit

Permalink
community/py3-oscrypto: remove accidentally committed code in check()
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nmeum committed Jul 10, 2024
1 parent d1e3ce7 commit 00c7bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/py3-oscrypto/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 00c7bbd

Please sign in to comment.