[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, dr-cscope, updated. v1.11-2
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, dr-cscope, updated. v1.11-23-g27ce6db |
Date: |
Sat, 12 Jun 2010 11:24:30 +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=27ce6dbd200268735631e5f2d10eea2027883257
The branch, dr-cscope has been updated
via 27ce6dbd200268735631e5f2d10eea2027883257 (commit)
from 4f930f74f1253a37bfd2dcd86c9d3d598721c2c2 (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 | 5 +++++
tests/cscope.test | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7402675..31d354e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-12 Stefano Lattarini <address@hidden>
+
+ cscope.test: ensure verbose printing of captured stderr.
+ * tests/cscope.test: Print captured stderr before failing.
+
2009-10-17 Ralf Wildenhues <address@hidden>
Fix license headers of cscope tests to be GPLv2+.
diff --git a/tests/cscope.test b/tests/cscope.test
index 716cc38..497335d 100755
--- a/tests/cscope.test
+++ b/tests/cscope.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -73,7 +73,7 @@ $MAKE -n cscope
: ${CSCOPE=cscope}
( $CSCOPE --version ) >/dev/null 2>&1 || Exit 77
-$MAKE cscope 2>stderr
+$MAKE cscope 2>stderr || { cat stderr >&2; Exit 1; }
cat stderr >&2
grep 'cannot find file' stderr && Exit 1
@@ -96,7 +96,7 @@ test ! -f cscope.po.out
`pwd`/../configure || Exit 77
-$MAKE cscope 2>stderr
+$MAKE cscope 2>stderr || { cat stderr >&2; Exit 1; }
cat stderr >&2
grep 'cannot find file' stderr && Exit 1
$MAKE distclean
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, dr-cscope, updated. v1.11-23-g27ce6db,
Ralf Wildenhues <=