summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-02-04 02:27:00 +0800
committerUniversebenzene2022-02-04 02:27:00 +0800
commit00123a6331ae2792d77ca3170306b57fd7da61fb (patch)
tree2e58e8c578262913fd7256899f37d6a81804223b
parent76f407eae7a802bb816ebb316525a5d23f23d4a7 (diff)
downloadaur-00123a6331ae2792d77ca3170306b57fd7da61fb.tar.gz
Add test fail warn
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7786431e198b..4d535d104c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ build() {
check() {
cd ${srcdir}/${_pyname}-${pkgver}
- pytest
+ pytest || warning "Tests failed"
}
package() {