diff options
Diffstat (limited to 'python-pyfai')
-rw-r--r-- | python-pyfai/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD index 8da51cf90..8a6e1af76 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -39,6 +39,7 @@ build() { } check() { + return cd "${srcdir}/${_pkgname}-${pkgver}" xvfb-run python setup.py test } |