[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-287-g
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-287-ge5fb6dc |
Date: |
Sun, 16 Jan 2011 11:16:38 +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=e5fb6dce45aae3a3bc403cd3f3e0d4e3babf2f75
The branch, maint has been updated
via e5fb6dce45aae3a3bc403cd3f3e0d4e3babf2f75 (commit)
via 09c55b721e4236c694e00ec35d3b4e25a51e5478 (commit)
from 719d10784ff5a7c5a2f83b6908581911c8bd153e (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++----
tests/parallel-tests.test | 5 +++++
tests/txinfo.test | 2 --
tests/txinfo8.test | 2 --
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f008fa3..675f185 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,8 @@
2011-01-16 Ralf Wildenhues <address@hidden>
- tests: avoid new failures due to nonexistent makeinfo.
- * tests/txinfo.test, tests/txinfo8.test: Create stub info files
- so 'missing --run makeinfo' won't fail even if makeinfo is not
- present.
+ Fix parallel-tests.test failure with HP-UX make.
+ * tests/parallel-tests.test: Sleep inside inner tests, so logs
+ are newer than logs of tests they depend on, for HP-UX make.
2011-01-15 Ralf Wildenhues <address@hidden>
diff --git a/tests/parallel-tests.test b/tests/parallel-tests.test
index 29111c2..399b23b 100755
--- a/tests/parallel-tests.test
+++ b/tests/parallel-tests.test
@@ -41,14 +41,19 @@ foo.log: bar.log
bar.log: baz.log
END
+# foo.test and bar.test sleep to ensure their logs are always strictly newer
+# than the logs of their prerequisites, for HP-UX make. The quoting pleases
+# maintainer-check.
cat >>foo.test <<'END'
#! /bin/sh
echo "this is $0"
+sleep '1'
exit 0
END
cat >>bar.test <<'END'
#! /bin/sh
echo "this is $0"
+sleep '1'
exit 99
END
cat >>baz.test <<'END'
diff --git a/tests/txinfo.test b/tests/txinfo.test
index 1990492..b764e53 100755
--- a/tests/txinfo.test
+++ b/tests/txinfo.test
@@ -40,8 +40,6 @@ END
echo '@setfilename textutils.info' > textutils.texi
: > texinfo.tex
-# Avoid requiring makeinfo.
-: > textutils.info
$ACLOCAL
$AUTOCONF
diff --git a/tests/txinfo8.test b/tests/txinfo8.test
index da6ce91..13c8e31 100755
--- a/tests/txinfo8.test
+++ b/tests/txinfo8.test
@@ -43,8 +43,6 @@ test2: distdir
END
echo '@setfilename textutils.info' > textutils.texi
-# Avoid requiring makeinfo.
-: > textutils.info
mkdir auxdir
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-287-ge5fb6dc,
Ralf Wildenhues <=