From e034b1171858def88fbf347de17cd11ece2233c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 20 Jul 2012 00:52:36 +0200 Subject: [PATCH] Excluding benchmarks from CTest run. They took too much time without doing anything useful with measured time (regression testing). --- PKGBUILD | 2 +- PKGBUILD-release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index cc16f63ce..0953e7761 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -29,7 +29,7 @@ build() { check() { cd "$startdir/build" - ctest --output-on-failure + ctest --output-on-failure -E Benchmark } package() { diff --git a/PKGBUILD-release b/PKGBUILD-release index e91c675d8..3409b26e2 100644 --- a/PKGBUILD-release +++ b/PKGBUILD-release @@ -28,7 +28,7 @@ build() { check() { cd "$startdir/build" - ctest --output-on-failure + ctest --output-on-failure -E Benchmark } package() {