autoconf-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] tests: skip broken automake wrapper on MirBSD


From: Eric Blake
Subject: Re: [PATCH] tests: skip broken automake wrapper on MirBSD
Date: Mon, 13 Sep 2010 10:31:52 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Mnenhy/0.8.3 Thunderbird/3.1.3

On 09/13/2010 10:20 AM, Stefano Lattarini wrote:
Hi Eric.  Just a little nitpicking...

On Monday 13 September 2010, Eric Blake wrote:
diff --git a/tests/tools.at b/tests/tools.at
index 167d68a..e4e119b 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -1164,8 +1164,9 @@ AT_SETUP([autom4te preselections])
  # If this test should run on FAT file systems and older w32,
  # then setting $sleep correctly needs to be revisited.

-# We use aclocal and automake.
-AT_CHECK([automake --version || exit 77], [], [ignore], [ignore])
+# We use aclocal and automake.  Skip broken automake wrappers.
+AT_CHECK([automake --version || exit 77], [], [stdout], [ignore])
+AT_CHECK([[grep '[1-9]\.[0-9][0-9]*' stdout || exit 77]], [],
Wouldn't "grep '[1-9]\.[0-9]'" be enough here?  Ditto for the other
occurrences in the patch.

Hmm, yeah. The current version is harmless, but a patch to use the shorter regex won't hurt, either. Do you want to write it?

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

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