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


From: Peter Rosin
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1699-g2365d08
Date: Wed, 04 Jan 2012 19:22:11 +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=2365d0885a174f2443c8a3306a7a943a374be4c7

The branch, master has been updated
       via  2365d0885a174f2443c8a3306a7a943a374be4c7 (commit)
      from  53187374a17298a251ef8c0de5fdfa73637044e6 (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 2365d0885a174f2443c8a3306a7a943a374be4c7
Author: Peter Rosin <address@hidden>
Date:   Wed Jan 4 19:46:29 2012 +0100

    test defs: skip all tests when the lib requirement isn't fulfilled
    
    * tests/defs (lib): Use skip_all_ instead of skip_, in order to support
    TAP-based test scripts.

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

Summary of changes:
 tests/defs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/defs b/tests/defs
index dbf0ff9..835788d 100644
--- a/tests/defs
+++ b/tests/defs
@@ -774,7 +774,8 @@ do
       # Attempting to create an empty archive will actually not
       # create the archive, but lib will output its version.
       echo "$me: running $AR -out:defstest.lib"
-      $AR -out:defstest.lib || skip_ "Microsoft \`lib' utility not available"
+      $AR -out:defstest.lib \
+        || skip_all_ "Microsoft \`lib' utility not available"
       ;;
     makedepend)
       echo "$me: running makedepend -f-"


hooks/post-receive
-- 
GNU Automake



reply via email to

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