summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAsger Hautop Drewsen2021-09-28 18:06:49 +0200
committerAsger Hautop Drewsen2021-09-28 18:06:49 +0200
commit06d08f957e5cc16ec3af2e3f7464de126f92d267 (patch)
treebf81e2ebf03f69f1b597537234fd62af0318cc2e /PKGBUILD
parent67bddddad1b6786a95f659d646969b89d118978d (diff)
downloadaur-06d08f957e5cc16ec3af2e3f7464de126f92d267.tar.gz
Fix tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 094075fc0dfd..7a6fbcdb17e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,6 @@ package() {
}
check() {
- cd "pylatexenc-${pkgver}"
- python -m unittest test/test_*.py
+ cd "pylatexenc-${pkgver}/test"
+ python -m unittest test_*.py
}