summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBigfootACA2021-03-27 23:53:16 +0800
committerBigfootACA2021-03-27 23:53:16 +0800
commit7902065ef938e9efb32e00ac5ca54d36ac8312aa (patch)
treec1d85bda6bc7d00510f810edf3b84bf01a253242
parentab39c49aedc1c06166ad098b0b1396fdf51a2fd2 (diff)
downloadaur-7902065ef938e9efb32e00ac5ca54d36ac8312aa.tar.gz
fix code
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e9af2822a9a..3cf962849d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ build(){
}
check(){
- cd "$srcdir"/$_pyname-$pkgver
+ cd $_pyname-$pkgver
python os_ken/tests/run_tests.py
}