mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-26 08:52:16 +00:00
abuild: expand on APKBUILD check() warning message
This commit is contained in:
parent
9be173c677
commit
c909c82ac2
@ -1456,7 +1456,9 @@ update_abuildrepo_index() {
|
||||
|
||||
# predefined function check
|
||||
default_check() {
|
||||
warning "APKBUILD does not run any tests - define a check() function!"
|
||||
warning "APKBUILD does not run any tests!"
|
||||
msg2 "Alpine policy will soon require that packages have any relevant testsuites run during the build process."
|
||||
msg2 "To fix, either define a check() function, or declare !check in \$options to indicate the package does not have a testsuite."
|
||||
}
|
||||
|
||||
check() {
|
||||
|
Loading…
Reference in New Issue
Block a user