diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-02-28 08:22:36 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-02-28 08:22:36 +0000 |
commit | c909c82ac22563b1235082a73ee1d35fdf1c4b86 (patch) | |
tree | a1c35eabf35d94f6545ebe54871497a09b40d3f0 /abuild.in | |
parent | 9be173c6774fbec6cf8acd573faa039dd4129fc6 (diff) | |
download | abuild-c909c82ac22563b1235082a73ee1d35fdf1c4b86.tar.gz abuild-c909c82ac22563b1235082a73ee1d35fdf1c4b86.tar.bz2 abuild-c909c82ac22563b1235082a73ee1d35fdf1c4b86.tar.xz abuild-c909c82ac22563b1235082a73ee1d35fdf1c4b86.zip |
abuild: expand on APKBUILD check() warning message
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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() { |