<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/0a2acfbd04679264846a1972ecedd4d5b6b2dd8a">https://github.com/macports/macports-ports/commit/0a2acfbd04679264846a1972ecedd4d5b6b2dd8a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 0a2acfb  pymol: Use test.dir instead of cd in test.cmd
</span>0a2acfb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0a2acfbd04679264846a1972ecedd4d5b6b2dd8a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Apr 23 21:02:51 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    pymol: Use test.dir instead of cd in test.cmd
</span>---
 science/pymol/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/pymol/Portfile b/science/pymol/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fac0773..5cc332d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/pymol/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/pymol/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -96,7 +96,8 @@ post-destroot {
</span> }
 
 test.run            yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-test.cmd            cd test && ${python.bin}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.dir            ${worksrcpath}/test
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.cmd            ${python.bin}
</span> test.target         run
 
 notes "Pymol can be started with the classic Tk GUI by appending the '-N pmg_tk' runtime option."
</pre><pre style='margin:0'>

</pre>