[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2051
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2051-gec47213 |
Date: |
Sat, 03 Mar 2012 09:49:45 +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=ec47213f8b9d1e477845c81b8621fed78f2e99bc
The branch, master has been updated
via ec47213f8b9d1e477845c81b8621fed78f2e99bc (commit)
via 6f7969a3ce55d811a00896ce50b5d145e039696a (commit)
from 57d09886b9ed8d37754357eb8d820d5ecad6f29e (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 ec47213f8b9d1e477845c81b8621fed78f2e99bc
Author: Stefano Lattarini <address@hidden>
Date: Fri Mar 2 21:53:52 2012 +0100
tests: fix spurious failure on case-insensitive file systems
See automake bug#10866.
* tests/java-uninstall.test: Relax the test a little to cater to
case-insensitive file systems, like HFS+ on MacOS X.
commit 6f7969a3ce55d811a00896ce50b5d145e039696a
Author: Stefano Lattarini <address@hidden>
Date: Fri Mar 2 23:06:02 2012 +0100
news: more about planned backward incompatibilities
* NEWS (Future backward-incompatibilities): Starting from the next
major Automake versions, the parallel testsuite driver will be used
by default, instead of the serial testsuite driver as in the past.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 6 ++++++
tests/java-uninstall.test | 2 --
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index aaed1c2..2fae024 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
* WARNING: Future backward-incompatibilities!
+ - Starting from the next major Automake version (1.13), the parallel
+ testsuite harness (previously only enabled by the 'parallel-tests'
+ option) will become the default one; the older serial testsuite
+ harness will still be available through the use of the 'serial-tests'
+ option.
+
- The following long-obsolete m4 macros will be removed in the
next major Automake version (1.13):
diff --git a/tests/java-uninstall.test b/tests/java-uninstall.test
index 7b0cdc6..fb6bfa1 100755
--- a/tests/java-uninstall.test
+++ b/tests/java-uninstall.test
@@ -69,7 +69,6 @@ check_uninstallation()
test -f $javadir/Foo.class
test -f $javadir/Bar.class
test -f $javadir/xClass.class
- test -f $javadir/aclass.class
}
$MAKE
@@ -78,7 +77,6 @@ $MAKE install
: > $javadir/Foo.class
: > $javadir/Bar.class
: > $javadir/xClass.class
-: > $javadir/aclass.class
ls -l $javadir
$MAKE uninstall
ls -l $javadir
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2051-gec47213,
Stefano Lattarini <=