summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-19 23:07:55 +0100
committerDaniel Peukert2024-02-19 23:07:55 +0100
commita47fad865d2907bef7610670680b08d75b2005e8 (patch)
treed9fc518389f8c050e3414c3ed3def5a1d288f5fc
parentfcb71a0c3e4a1895a1a61f447bdce787e4f52ed4 (diff)
downloadaur-a47fad865d2907bef7610670680b08d75b2005e8.tar.gz
Improve check()
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e7c158deb63..6dbd78b19f22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ build() {
python setup.py build
}
-build() {
+check() {
cd "$srcdir/$_sourcedirectory/"
python test.py
}