Peter Rosin skrev 2012-01-04 15:41: > 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?
Oh crap, that patch was destroyed (by 'less' I think). Here's a better one. 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-"