This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via e49a2b85c4d130f15806a925e0695ee0abb70571 (commit)
from 90f12a213194cf5c9f893735bfff436a16ce1fa1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=e49a2b85c4d130f15806a925e0695ee0abb70571
commit e49a2b85c4d130f15806a925e0695ee0abb70571
Author: Jim Meyering <[email protected]>
Date: Mon Apr 23 13:58:09 2012 +0200
tests: skip annoyingly long gnulib lock tests
* bootstrap.conf (avoided_gnulib_modules): Define.
(gnulib_tool_option_extras): Use it.
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
-----------------------------------------------------------------------
Summary of changes:
bootstrap.conf | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
grep