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-674-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-674-g5640d72
Date: Fri, 21 Jan 2011 20:08:54 +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=5640d721dcadaa181d5432bf02bee4064662cb12

The branch, master has been updated
       via  5640d721dcadaa181d5432bf02bee4064662cb12 (commit)
      from  9dffb4d697a1559646adfaf3b3f51596dcf96359 (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 5640d721dcadaa181d5432bf02bee4064662cb12
Author: Ralf Wildenhues <address@hidden>
Date:   Fri Jan 21 21:07:00 2011 +0100

    tests: check for presence of cscope with redirected input.
    
    * tests/defs: Add required test for cscope.
    Fixes cscope3.test hang with Sun C 5.9 cscope.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog  |    4 ++++
 tests/defs |    5 +++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dc65f40..f683399 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-01-21  Ralf Wildenhues  <address@hidden>
 
+       tests: check for presence of cscope with redirected input.
+       * tests/defs: Add required test for cscope.
+       Fixes cscope3.test hang with Sun C 5.9 cscope.
+
        tests: avoid false failure in cygnus-dependency-tracking.test.
        * tests/cygnus-dependency-tracking.test: Be less restrictive
        when grepping the compiler error message, GCC 3.4.6 on FreeBSD
diff --git a/tests/defs b/tests/defs
index 3113869..d89b341 100644
--- a/tests/defs
+++ b/tests/defs
@@ -161,6 +161,11 @@ do
       echo "$me: running $CC -?"
       $CC -? || exit 77
       ;;
+    cscope)
+      # Sun cscope is interactive without redirection.
+      echo "$me: running cscope --version </dev/null"
+      cscope --version </dev/null || exit 77
+      ;;
     etags)
       # Exuberant Ctags will create a TAGS file even
       # when asked for --help or --version.  (Emacs's etags


hooks/post-receive
-- 
GNU Automake



reply via email to

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