bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: skip annoyingly long gnulib lock tests


From: Jim Meyering
Subject: [PATCH] tests: skip annoyingly long gnulib lock tests
Date: Mon, 23 Apr 2012 15:22:00 +0200

FYI,

>From e49a2b85c4d130f15806a925e0695ee0abb70571 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Mon, 23 Apr 2012 13:58:09 +0200
Subject: [PATCH] tests: skip annoyingly long gnulib lock tests

* bootstrap.conf (avoided_gnulib_modules): Define.
(gnulib_tool_option_extras): Use it.
---
 bootstrap.conf |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bootstrap.conf b/bootstrap.conf
index 7a71015..8c9270c 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -15,6 +15,10 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.

+avoided_gnulib_modules='
+  --avoid=lock-tests
+'
+
 # gnulib modules used by this package.
 gnulib_modules='
 alloca
@@ -106,6 +110,7 @@ test -f ChangeLog || touch ChangeLog || exit 1

 gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests --symlink\
  --makefile-name=gnulib.mk
+ $avoided_gnulib_modules
 "

 # Build prerequisites
--
1.7.10.228.g81f95



reply via email to

[Prev in Thread] Current Thread [Next in Thread]