summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d442b384ef87..49b59b2a488b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,8 +76,7 @@ build() {
}
check() {
- cd build
- ctest --output-on-failure
+ ctest --test-dir build --output-on-failure
}
package() {