<p>Friendly Automation <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/testsuite/+/15221">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Friendly Automation: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">run-local: Avoid infinite loop with astcachedir at /tmp<br><br>If astcachedir is /tmp, the test setup code will try to mirror an<br>infinitely deep directory structure. This is more a workaround than a<br>'fix.'<br><br>Does not affect master.<br><br>Change-Id: Idd943169d69521a8d3afa746163f4d90d3c8fdbc<br>---<br>M run-local<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/run-local b/run-local</span><br><span>index 326ac50..3a984b1 100755</span><br><span>--- a/run-local</span><br><span>+++ b/run-local</span><br><span>@@ -36,7 +36,7 @@</span><br><span>                        menuselect/menuselect --enable DONT_OPTIMIZE --enable TEST_FRAMEWORK $MENUSELECT_OPTIONS</span><br><span>             fi</span><br><span>           make</span><br><span style="color: hsl(0, 100%, 40%);">-            make install samples DESTDIR="$HERE/astroot"</span><br><span style="color: hsl(120, 100%, 40%);">+                make install samples DESTDIR="$HERE/astroot" ASTCACHEDIR="/var/cache/asterisk"</span><br><span>   )</span><br><span>    if [ -x tests/custom/custom-setup ]; then</span><br><span>            ./tests/custom/custom-setup</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/testsuite/+/15221">change 15221</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/testsuite/+/15221"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: Idd943169d69521a8d3afa746163f4d90d3c8fdbc </div>
<div style="display:none"> Gerrit-Change-Number: 15221 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>