automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11.1-199-gd6ab112
Date: Wed, 08 Sep 2010 18:13:30 +0000

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 "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=d6ab112313306014ac00d9dfced458eacccf462c

The branch, branch-1.11 has been updated
       via  d6ab112313306014ac00d9dfced458eacccf462c (commit)
       via  e335d8bc66314034cfd8435572c23e781c6df922 (commit)
      from  81453a0f9ff85fe5268b53f180db3fdfc0bbb3b4 (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 -----------------------------------------------------------------
commit d6ab112313306014ac00d9dfced458eacccf462c
Merge: 81453a0 e335d8b
Author: Stefano Lattarini <address@hidden>
Date:   Wed Sep 8 20:06:40 2010 +0200

    Merge branch 'maint' into branch-1.11

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    5 +++++
 tests/Makefile.am |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 52d4ac8..b8dba15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-08  Stefano Lattarini  <address@hidden>
+
+       Remove useless whitespace padding in XFAIL_TESTS definition.
+       * tests/Makefile.am (XFAIL_TESTS): Remove whitespace padding.
+
 2010-09-07  Ralf Wildenhues  <address@hidden>
 
        parallel-tests: avoid command-line length limit issue.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3ecc341..e15d70a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,11 +16,11 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-XFAIL_TESTS =                                  \
-all.test                                       \
-auxdir2.test                                   \
-cond17.test                                    \
-gcj6.test                                      \
+XFAIL_TESTS = \
+all.test \
+auxdir2.test \
+cond17.test \
+gcj6.test \
 txinfo5.test
 
 include $(srcdir)/parallel-tests.am


hooks/post-receive
-- 
GNU Automake



reply via email to

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