automake-commit
[Top][All Lists]
Advanced

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

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


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-340-g6da8129
Date: Wed, 08 Sep 2010 18:13:31 +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=6da812929950242d5647e6e8742653bbb6aaa781

The branch, master has been updated
       via  6da812929950242d5647e6e8742653bbb6aaa781 (commit)
       via  e335d8bc66314034cfd8435572c23e781c6df922 (commit)
      from  f60e9ae2043125f1db170a5dd0e18546bd92303b (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 6da812929950242d5647e6e8742653bbb6aaa781
Merge: f60e9ae e335d8b
Author: Stefano Lattarini <address@hidden>
Date:   Wed Sep 8 20:05:50 2010 +0200

    Merge branch 'maint'

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

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

diff --git a/ChangeLog b/ChangeLog
index f38f8b6..36be637 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 d86b03b..7098170 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]