<p>George Joseph has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/9476">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">CI: Fix logic inversion in runTestsuite<br><br>Change-Id: I56399aa384468f45494c2c3650420563a0b6efe1<br>---<br>M tests/CI/runTestsuite.sh<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/76/9476/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/CI/runTestsuite.sh b/tests/CI/runTestsuite.sh</span><br><span>index 9261308..4ca6369 100755</span><br><span>--- a/tests/CI/runTestsuite.sh</span><br><span>+++ b/tests/CI/runTestsuite.sh</span><br><span>@@ -8,7 +8,7 @@</span><br><span> </span><br><span> ./cleanup-test-remnants.sh</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-if [ $REALTIME -eq 0 ] ; then</span><br><span style="color: hsl(120, 100%, 40%);">+if [ $REALTIME -eq 1 ] ; then</span><br><span>       $CIDIR/setupRealtime.sh</span><br><span> fi</span><br><span> </span><br><span>@@ -16,7 +16,7 @@</span><br><span> echo "Running tests ${TEST_COMMAND}"</span><br><span> ./runtests.py --cleanup ${TEST_COMMAND} | contrib/scripts/pretty_print --no-color --no-timer --term-width=120 --show-errors || :</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-if [ $REALTIME -eq 0 ] ; then</span><br><span style="color: hsl(120, 100%, 40%);">+if [ $REALTIME -eq 1 ] ; then</span><br><span>  $CIDIR/teardownRealtime.sh</span><br><span> fi</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/9476">change 9476</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/9476"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: certified/13.21 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I56399aa384468f45494c2c3650420563a0b6efe1 </div>
<div style="display:none"> Gerrit-Change-Number: 9476 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>