git » python-tornado.git » commit 79676c3

Todo List: Removed makepkg subroutine

author Morten Linderud
2020-10-23 20:54:15 UTC
committer Morten Linderud
2020-10-23 20:54:15 UTC
parent d0e6431e2def3a6c9c26de4f2da18ee0993045b6

Todo List: Removed makepkg subroutine

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 69f9792..31237b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ check() {
     python -m tornado.test.runtests --ioloop=tornado.platform.twisted.TwistedIOLoop
     python -m tornado.test.runtests --ioloop=tornado.platform.asyncio.AsyncIOLoop
     python -m tornado.test.runtests --resolver=tornado.netutil.ThreadedResolver
-  ) || warning "Tests failed"
+  ) || echo "Tests failed"
 }
 
 package() {