<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/142dbd643c2286e534541846f37b75d85b587595">https://github.com/macports/macports-ports/commit/142dbd643c2286e534541846f37b75d85b587595</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 142dbd643c2286e534541846f37b75d85b587595
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Jul 2 00:51:31 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> abinit: Remove ui_msg about running testsuite
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> I don't imagine the user wants to see that.
</span>---
science/abinit/Portfile | 1 -
1 file changed, 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/abinit/Portfile b/science/abinit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5aec6aa165e..2d02242515b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/abinit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/abinit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,7 +100,6 @@ pre-test {
</span> test.target-append seq
if {![catch {sysctl hw.ncpu} ncpus]} {
test.cmd tests/runtests.py -j $ncpus
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_msg "Running testsuite with $ncpus tasks in parallel"
</span> }
}
}
</pre><pre style='margin:0'>
</pre>