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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d0b9eec0332960a01ff045b97f21a1b0998b017e">https://github.com/macports/macports-ports/commit/d0b9eec0332960a01ff045b97f21a1b0998b017e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d0b9eec0332960a01ff045b97f21a1b0998b017e
</span>Author: Giovanni Bussi <giovanni.bussi@gmail.com>
AuthorDate: Fri Feb 22 09:45:28 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-plumed: fixed usage of nosetests
</span>---
 python/py-plumed/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-plumed/Portfile b/python/py-plumed/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4c69848..eb33204 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-plumed/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-plumed/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,6 +39,8 @@ if {${name} ne ${subport}} {
</span>                          path:${prefix}/lib/libplumedKernel.dylib:plumed
 
     depends_test-append port:py${python.version}-nose
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.cmd            nosetests-${python.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.target
</span>     test.run            yes
 }
 
</pre><pre style='margin:0'>

</pre>