summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron McDaniel2018-06-01 09:42:47 -0500
committerAaron McDaniel2018-06-01 09:42:47 -0500
commitd727bb53fba505d4be3e5f944f421245591d34b3 (patch)
tree478cea5dfe54094890416a9a0b11d0782fdbf5c4 /PKGBUILD
parent4e7e4502ca3849186dbf65454b56c6a3ddf4351d (diff)
downloadaur-python2-ropgadget-git.tar.gz
Re-enable check/tests call
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2480a4a6f417..f63faef848cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,5 +30,5 @@ package() {
check() {
cd ${pkgname}/test-suite-binaries
- #./test.sh
+ ./test.sh
}