[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-1546-g206beed |
Date: |
Sat, 05 Nov 2011 15:24:42 +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=206beed99dd1e40efcc55ece553dda07740c41ce
The branch, testsuite-work has been updated
via 206beed99dd1e40efcc55ece553dda07740c41ce (commit)
via 222c1eedcad11e54037f01b4f9fa54b51389e22d (commit)
from 8c9642ae03de2291717a327f977b54414e02d7cd (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 206beed99dd1e40efcc55ece553dda07740c41ce
Merge: 8c9642a 222c1ee
Author: Stefano Lattarini <address@hidden>
Date: Sat Nov 5 16:22:22 2011 +0100
Merge branch 'prove' into testsuite-work
* prove:
cosmetics: fix typo in 'prove-runner' script
commit 222c1eedcad11e54037f01b4f9fa54b51389e22d
Author: Stefano Lattarini <address@hidden>
Date: Mon Sep 12 10:01:26 2011 +0200
cosmetics: fix typo in 'prove-runner' script
* tests/prove-runner: Remove erroneously-repeated word.
* THANKS: Update.
Reported by Dave Hart.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
THANKS | 1 +
tests/prove-runner | 2 +-
3 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 04f3372..a97f070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-12 Stefano Lattarini <address@hidden>
+
+ cosmetics: fix typo in 'prove-runner' script
+ * tests/prove-runner: Remove erroneously-repeated word.
+ * THANKS: Update.
+ Reported by Dave Hart.
+
2011-11-05 Stefano Lattarini <address@hidden>
Merge branch 'master' into testsuite-work
diff --git a/THANKS b/THANKS
index fa482d1..258c06d 100644
--- a/THANKS
+++ b/THANKS
@@ -70,6 +70,7 @@ Daniel Kahn Gillmor address@hidden
Daniel Richard G. address@hidden
Debarshi Ray address@hidden
Dave Brolley address@hidden
+Dave Hart address@hidden
Dave Korn address@hidden
Dave Morrison address@hidden
David A. Swierczek address@hidden
diff --git a/tests/prove-runner b/tests/prove-runner
index 41c4c52..e687c0a 100755
--- a/tests/prove-runner
+++ b/tests/prove-runner
@@ -15,7 +15,7 @@ case $tst in
echo 1..1
# Protect the output contents of the test script, since it might
# sometimes contain TAP lines that would confuse `prove'. This
- # This has already happened in practice, especially for the tests
+ # has already happened in practice, especially for the tests
# checking TAP support in automake-generated test harnesses.
(${TEST_RUNNER-} "$tst" ${1+"$@"}; echo exit status: $?) 2>&1 | awk '
BEGIN { lastine = "exit status: 255"; }
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-1546-g206beed,
Stefano Lattarini <=