autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.63-232-


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-232-g36ee23e
Date: Thu, 27 Nov 2008 19:11:33 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=36ee23e298de28b1a7eb64aeb1ba7322dd370ed2

The branch, master has been updated
       via  36ee23e298de28b1a7eb64aeb1ba7322dd370ed2 (commit)
      from  580ada8c2e37468e1a896003bdd15b39f6dd4452 (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 36ee23e298de28b1a7eb64aeb1ba7322dd370ed2
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Nov 27 20:02:34 2008 +0100

    Fix a couple of test failures with dash.
    
    * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Normalize
    exit status of `cd'.
    * tests/m4sh.at (AS_MESSAGE_LOG_FD): Remove script before
    regeneration, to avoid timing effects.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog         |    8 ++++++++
 tests/autotest.at |    4 ++--
 tests/m4sh.at     |    1 +
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 34dc21d..60471e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-27  Ralf Wildenhues  <address@hidden>
+
+       Fix a couple of test failures with dash.
+       * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Normalize
+       exit status of `cd'.
+       * tests/m4sh.at (AS_MESSAGE_LOG_FD): Remove script before
+       regeneration, to avoid timing effects.
+
 2008-11-25  Eric Blake  <address@hidden>
 
        Add m4_cleardivert.
diff --git a/tests/autotest.at b/tests/autotest.at
index 6eb4d19..576eb80 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -616,9 +616,9 @@ AT_CHECK([$CONFIG_SHELL ./micro-suite --clean 
--directory="`pwd`/sub2"])
 AT_CHECK([test -f sub2/micro-suite.log], [1])
 AT_CHECK([test -f sub2/micro-suite.dir], [1])
 dnl check for failure detection with bad, missing, or empty directory.
-AT_CHECK([$CONFIG_SHELL ./micro-suite -C nonesuch], [1], [ignore], [ignore])
+AT_CHECK([$CONFIG_SHELL ./micro-suite -C nonesuch || exit 1], [1], [ignore], 
[ignore])
 AT_CHECK([$CONFIG_SHELL ./micro-suite -C ''], [1], [ignore], [ignore])
-AT_CHECK([$CONFIG_SHELL ./micro-suite -C -], [1], [ignore], [ignore])
+AT_CHECK([$CONFIG_SHELL ./micro-suite -C - || exit 1], [1], [ignore], [ignore])
 AT_CHECK([$CONFIG_SHELL ./micro-suite -C], [1], [ignore], [ignore])
 dnl check that --help overrides bad directory selection.
 AT_CHECK([$CONFIG_SHELL ./micro-suite -C nonesuch --help], [0], [ignore], [])
diff --git a/tests/m4sh.at b/tests/m4sh.at
index 0c575de..daedc0e 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -1308,6 +1308,7 @@ exec AS_MESSAGE_LOG_FD>-
 ./$child
 ]])
 
+rm -f script
 AT_CHECK_M4SH
 AT_CHECK([./script], [0], [[script: hello from parent
 hello1 from child


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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