libtool-patches
[Top][All Lists]
Advanced

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

Re: Make f77tests fail on lots of platforms?


From: Peter O'Gorman
Subject: Re: Make f77tests fail on lots of platforms?
Date: Wed, 08 Sep 2004 23:56:28 +0900
User-agent: Mozilla Thunderbird 0.7.3 (Macintosh/20040803)

Bob Friesenhahn wrote:

In that case, the result would be unexpected success which is also treated as a failure.

Hi Bob,
This works for me, does a SKIP on failure and PASS if it passes, okay?

Peter

Index: f77demo-make.test
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/f77demo-make.test,v
retrieving revision 1.4
diff -u -3 -p -u -r1.4 f77demo-make.test
--- f77demo-make.test   4 Jan 2004 20:45:24 -0000       1.4
+++ f77demo-make.test   8 Sep 2004 14:56:51 -0000
@@ -31,6 +31,8 @@ func_require "f77demo-conf" "f77demo/Mak

 func_rmprefixdir
 func_cd "f77demo"
-func_make
+# May fail make on some platforms, simply "skip" in that case
+#func_make
+eval $MAKE || exit 77

 exit 0




reply via email to

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