summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBigfootACA2021-03-25 23:59:40 +0800
committerBigfootACA2021-03-25 23:59:40 +0800
commit39edc687b260798c6282177755620bfd665c0976 (patch)
tree0c8f5add480bcb81e26015c63dfdea773c6d2a04
parent2b46704ef6c3d509f8a80f1ab0c34c55aa8ca3e2 (diff)
downloadaur-39edc687b260798c6282177755620bfd665c0976.tar.gz
fix unneeded path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 579f8de5951b..5c88287e3d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ build(){
check(){
cd "$_pyname-$pkgver"
- #stestr --test-path tempest/tests run
+ stestr --test-path tempest/tests run
}
_package_pkg(){