[121815] branches/gsoc14-interactive/base/tests/test/library.tcl

shasha at macports.org shasha at macports.org
Tue Jul 8 11:47:46 PDT 2014


Revision: 121815
          https://trac.macports.org/changeset/121815
Author:   shasha at macports.org
Date:     2014-07-08 11:47:46 -0700 (Tue, 08 Jul 2014)
Log Message:
-----------
added -N flag to invocation of port for testing

Modified Paths:
--------------
    branches/gsoc14-interactive/base/tests/test/library.tcl

Modified: branches/gsoc14-interactive/base/tests/test/library.tcl
===================================================================
--- branches/gsoc14-interactive/base/tests/test/library.tcl	2014-07-08 18:46:07 UTC (rev 121814)
+++ branches/gsoc14-interactive/base/tests/test/library.tcl	2014-07-08 18:47:46 UTC (rev 121815)
@@ -90,7 +90,7 @@
     set back [pwd]
     cd $pwd
 
-    set result [catch {exec env PORTSRC=${portsrc} ${bindir}/port -d test >&output} ]
+    set result [catch {exec env PORTSRC=${portsrc} ${bindir}/port -d -N test >&output} ]
     cd $back
     return $result
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140708/bb621a91/attachment-0001.html>


More information about the macports-changes mailing list