Update of /cvsroot/fink/fink/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26178/t

Modified Files:
      Tag: dist-up-branch
        ChangeLog testmore.pl 
Log Message:
Sync with HEAD

Index: testmore.pl
===================================================================
RCS file: /cvsroot/fink/fink/t/testmore.pl,v
retrieving revision 1.1
retrieving revision 1.1.26.1
diff -u -d -r1.1 -r1.1.26.1
--- testmore.pl 5 Dec 2003 02:48:51 -0000       1.1
+++ testmore.pl 7 Aug 2005 18:30:52 -0000       1.1.26.1
@@ -2,9 +2,9 @@
 
 use strict;
 
+print "Checking for Test::More...\n";
 if (eval {require Test::More} ) {
-    die "\nThis first test is designed to die, so please ignore the error\n"
-    . "message on the next line.\n";
+    exit 0;
 } else {
     print "\nBail out!  Can't find Test::More\n";
     print STDERR <<ERROR;
@@ -16,4 +16,5 @@
 the test-simple-pm package or perl >= v5.8.0.
 
 ERROR
+   exit 1;
 }

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/t/ChangeLog,v
retrieving revision 1.5.6.1
retrieving revision 1.5.6.2
diff -u -d -r1.5.6.1 -r1.5.6.2
--- ChangeLog   17 May 2005 18:10:06 -0000      1.5.6.1
+++ ChangeLog   7 Aug 2005 18:30:52 -0000       1.5.6.2
@@ -1,3 +1,8 @@
+2005-08-05  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * testmore.pl: return true on success, false on failure
+       (Patches #1029590)
+
 2005-02-02  David H. <[EMAIL PROTECTED]>
 
        * Notify: Added Subdirectory for Notify tests.



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to