<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ee7e5d026238076285789d475afde4e85f587a81">https://github.com/macports/macports-ports/commit/ee7e5d026238076285789d475afde4e85f587a81</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ee7e5d026238076285789d475afde4e85f587a81
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Nov 1 10:14:39 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    redis: allow tests to run
</span>---
 databases/redis/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/redis/Portfile b/databases/redis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 97b31f7..719641a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/redis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/redis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,6 +92,8 @@ post-activate {
</span> startupitem.create  yes
 startupitem.executable  ${prefix}/bin/redis-server ${prefix}/etc/redis.conf
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+test.run yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> notes "
 If you prefer to start a redis server manually, rather than using 'port load', then use this command:
 
</pre><pre style='margin:0'>

</pre>