diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-08-05 19:09:00 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-06 18:24:50 -0600 |
commit | 663e9db11840b0689e4837760f9a6bf66cc8004a (patch) | |
tree | dc5f56830673e7c97944884f07e4df2ca2a4edc6 | |
parent | bb730d21bd1ecc5c5e837574268e1ac3cbb2ea08 (diff) | |
download | abuild-663e9db11840b0689e4837760f9a6bf66cc8004a.tar.gz abuild-663e9db11840b0689e4837760f9a6bf66cc8004a.tar.bz2 abuild-663e9db11840b0689e4837760f9a6bf66cc8004a.tar.xz abuild-663e9db11840b0689e4837760f9a6bf66cc8004a.zip |
abuild: require tests always
-rw-r--r-- | abuild.in | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1582,9 +1582,7 @@ update_abuildrepo_index() { # predefined function check default_check() { - 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." + die "APKBUILD does not run any tests!" } check() { |