automake-patches
[Top][All Lists]
Advanced

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

Re: CVS automake testsuite failures


From: Alexandre Duret-Lutz
Subject: Re: CVS automake testsuite failures
Date: Thu, 21 Mar 2002 10:24:13 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu)

>>> "Nicolas" == Nicolas Joly <address@hidden> writes:

[...]

 Nicolas> === Running test ./dirname.test
 Nicolas> 0a1
 Nicolas> >configure: loading site script /usr/local/share/config.site
 Nicolas> FAIL: dirname.test

Thanks, I'm checking in the following fix.

Index: ChangeLog
===================================================================
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.1789
diff -u -r1.1789 ChangeLog
--- ChangeLog   2002/03/21 09:11:54     1.1789
+++ ChangeLog   2002/03/21 09:23:46
@@ -1,5 +1,11 @@
 2002-03-21  Alexandre Duret-Lutz  <address@hidden>
 
+       * tests/dirname.test: Use --quiet to fix failure on installations
+       using a site script.
+       Reported by Nicolas Joly.
+
+2002-03-21  Alexandre Duret-Lutz  <address@hidden>
+
        * Makefile.am (maintainer-check): Check for misuses of make,
        autoconf, automake, aclocal, and perl in the testsuite.  Suggest
        using $MAKE, $AUTOCONF, $AUTOMAKE, $ACLOCAL, and $PERL instead.
Index: tests/dirname.test
===================================================================
RCS file: /cvs/automake/automake/tests/dirname.test,v
retrieving revision 1.5
diff -u -r1.5 dirname.test
--- dirname.test        2001/12/26 08:22:05     1.5
+++ dirname.test        2002/03/21 09:23:46
@@ -19,7 +19,9 @@
 # fail gracefully if autoconf didn't support support our regexps anyhow
 $AUTOCONF || exit 77
 
-$SHELL ./configure >got || exit 1
+# Use --quiet otherwise unwelcome messages like "loading site script"
+# would cause a failure.
+$SHELL ./configure --quiet >got || exit 1
 
 cat >wanted <<EOF
 1 /a/path/to/a/file      = /a/path/to/a

-- 
Alexandre Duret-Lutz




reply via email to

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