summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2017-09-04 11:35:40 -0300
committerHugo Osvaldo Barrera2017-09-04 11:35:40 -0300
commit375013653b041b8c47c88db6b56ba11a8f4c056a (patch)
treeac4de05416ae6bbe22563c5cce82ac3983713275
parentc81af0e63a2a1e4b128736cbfae8e6d94bdb0f0b (diff)
downloadaur-375013653b041b8c47c88db6b56ba11a8f4c056a.tar.gz
Properly skip failing tests
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9f443970e71..6f43b222eb68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Aug 27 05:45:57 UTC 2017
+# Mon Sep 4 14:35:24 UTC 2017
pkgbase = todoman
pkgdesc = A simple CalDav-based todo manager.
pkgver = 3.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 85c25d9d0706..89e4a988f70d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ check() {
cd "$srcdir/$pkgname-$pkgver"
# Skip tests if pyicu is installed, since it makes tests fail:
- python -c "import icu" 2> /dev/null || return
+ python -c "import icu" 2> /dev/null && return
export PYTHONPATH="${PYTHONPATH%:}:${PWD}"
export TZ=UTC