summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorl0gic2019-07-02 22:00:16 +0200
committerl0gic2019-07-02 22:00:16 +0200
commit91d0c55667628ae6a93bc6fc5f61b47cce1789dd (patch)
treec31a3838565db51718b15e314c6069035b5da4ca
parentc7b292a34659f8ce1fab92e788e3b291b5b17d6f (diff)
downloadaur-capstone-git.tar.gz
Fix tests invocation for python bindings
See https://aur.archlinux.org/packages/capstone-git/#comment-606813
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b86f579b1e8f..ae2f8b92e3ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,8 +42,8 @@ check() {
# uncomment as needed
#cd "./bindings/python"
- #python test.py
- #python2 test.py
+ #python test_basic.py
+ #python2 test_basic.py
}
package() {