<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18384">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3-tcpdump-stop.sh: fix echo: add -e to enable colors<br><br>This change enables interpretation of backslash escapes for echo,<br>so the test case execution summary is always printed in color.<br><br>Change-Id: I0cc77b4de764c7afd6416512a181c4c1610ce369<br>---<br>M ttcn3-tcpdump-stop.sh<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-tcpdump-stop.sh b/ttcn3-tcpdump-stop.sh</span><br><span>index 1f4da3d..30d331d 100755</span><br><span>--- a/ttcn3-tcpdump-stop.sh</span><br><span>+++ b/ttcn3-tcpdump-stop.sh</span><br><span>@@ -22,9 +22,9 @@</span><br><span> date</span><br><span> </span><br><span> if [ x"$VERDICT" = x"pass" ]; then</span><br><span style="color: hsl(0, 100%, 40%);">-        echo "\033[1;32m====== $TESTCASE $VERDICT ======\033[0m"</span><br><span style="color: hsl(120, 100%, 40%);">+    echo -e "\033[1;32m====== $TESTCASE $VERDICT ======\033[0m"</span><br><span> else</span><br><span style="color: hsl(0, 100%, 40%);">-   echo "\033[1;31m------ $TESTCASE $VERDICT ------\033[0m"</span><br><span style="color: hsl(120, 100%, 40%);">+    echo -e "\033[1;31m------ $TESTCASE $VERDICT ------\033[0m"</span><br><span> fi</span><br><span> echo</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18384">change 18384</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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.osmocom.org/c/osmo-ttcn3-hacks/+/18384"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I0cc77b4de764c7afd6416512a181c4c1610ce369 </div>
<div style="display:none"> Gerrit-Change-Number: 18384 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>