summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2021-01-10 20:46:41 +0100
committerGrey Christoforo2021-01-10 20:46:41 +0100
commit6c1431d8f6460a6fa739ac6b1582720f7e42ef25 (patch)
treeaf297cb7212ed00d2a3d7a018279d6dbbd36c295
parentb28e7597dde19338906c9bafa07944a97d99d01b (diff)
downloadaur-6c1431d8f6460a6fa739ac6b1582720f7e42ef25.tar.gz
fix check
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4efc5cbe950..e275e1eefd13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ build() {
python setup.py build
}
-build() {
+check() {
cd "q2cli-$pkgver"
python setup.py test
}