automake-patches
[Top][All Lists]
Advanced

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

skip_ vs. skip_all_


From: Peter Rosin
Subject: skip_ vs. skip_all_
Date: Wed, 04 Jan 2012 15:41:26 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0

Hi!

All other "required" tests on master bails out with skip_all_,
shouldn't 'lib' do that too?  Is this the result of a bad merge
or something?

Cheers,
Peter

diff --git a/m4/amversion.m4 b/m4/amversion.m4
old mode 100644
new mode 100755
diff --git a/tests/defs b/tests/defs
index dbf0ff9..1d4e8cb 100644
--- a/tests/defs
+++ b/tests/defs
@@ -774,7 +774,7 @@ 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 availabl
       ;;
     makedepend)
       echo "$me: running makedepend -f-"



reply via email to

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