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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a4825970af92f07f1f32af81129a8f09fe5997ad">https://github.com/macports/macports-ports/commit/a4825970af92f07f1f32af81129a8f09fe5997ad</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a4825970af92f07f1f32af81129a8f09fe5997ad
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Tue Nov 23 18:53:40 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-distorm: fixed tests
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes https://trac.macports.org/ticket/64045
</span>---
 python/py-distorm/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-distorm/Portfile b/python/py-distorm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d6ec76181fb..806d61904a7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-distorm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-distorm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,8 +31,11 @@ if {${name} ne ${subport}} {
</span> 
     depends_test-append port:yasm
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    pre-test {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        test.env        PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     test.run            yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.env            PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</span>     test.cmd            ${python.bin} python/test_distorm3.py
     test.target
 
</pre><pre style='margin:0'>

</pre>