[123517] branches/gsoc14-pip2port/pypi2port.py

gaurav at macports.org gaurav at macports.org
Sat Aug 9 15:18:46 PDT 2014


Revision: 123517
          https://trac.macports.org/changeset/123517
Author:   gaurav at macports.org
Date:     2014-08-09 15:18:46 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
Exit with status 1 in case of a Fail in phase testing

Modified Paths:
--------------
    branches/gsoc14-pip2port/pypi2port.py

Modified: branches/gsoc14-pip2port/pypi2port.py
===================================================================
--- branches/gsoc14-pip2port/pypi2port.py	2014-08-09 21:48:12 UTC (rev 123516)
+++ branches/gsoc14-pip2port/pypi2port.py	2014-08-09 22:18:46 UTC (rev 123517)
@@ -269,7 +269,7 @@
             print phase.__name__+" FAILED"
             port_clean(name,portv)
             print "Exiting"
-            break
+            sys.exit(1)
 
         euid = os.geteuid()
         if euid:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/afbdee12/attachment.html>


More information about the macports-changes mailing list