<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/edba5b266e06cc7381094c4d4d7e72ae2cd08237">https://github.com/macports/macports-ports/commit/edba5b266e06cc7381094c4d4d7e72ae2cd08237</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit edba5b266e06cc7381094c4d4d7e72ae2cd08237
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jun 16 18:01:46 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    salt: Disable tests in subports
</span>---
 sysutils/salt/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/salt/Portfile b/sysutils/salt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3e18fbaf90a..5931c6c089d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/salt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/salt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -160,7 +160,6 @@ if {$subport eq $name} {
</span>         reinplace "s|pyobjc==.*||" ${worksrcpath}/pkg/osx/req_pyobjc.txt
         reinplace "s|==| >= |" ${worksrcpath}/pkg/osx/req_pyobjc.txt
     }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span> 
 pre-test {
     copy ${worksrcpath}/conf ${worksrcpath}/test
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -180,6 +179,8 @@ test.args               --log-file=${worksrcpath}/build/minion.log \
</span>                         --local \
                         --id=local
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> foreach daemon [list minion master syndic api] {
     subport salt-${daemon} {
         startupitem.create       yes
</pre><pre style='margin:0'>

</pre>