summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud2020-10-23 20:54:15 +0000
committerMorten Linderud2020-10-23 20:54:15 +0000
commit199baf8edeb449c31f1575e374844fb64c271a11 (patch)
tree5aa9260b8e230a46a476070bb6bae9f2b38f6ad9
parent898004e58659d7dc4df3af905172420fb9879999 (diff)
downloadaur-199baf8edeb449c31f1575e374844fb64c271a11.tar.gz
Todo List: Removed makepkg subroutine
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18bb56db977b..392c5a106315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ build() {
check() {
cd ibm_db_sa-$pkgver
- nosetests3 || warning "Tests failed"
+ nosetests3 || echo "Tests failed"
}
package() {