<p>George Joseph has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/testsuite/+/19164">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">runtests.py: Remove unnecessary Unknown Exception message<br><br>Change-Id: I28950915dd7055e3e912ccd2e277ac23a04e1e63<br>---<br>M runtests.py<br>1 file changed, 10 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/64/19164/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/runtests.py b/runtests.py</span><br><span>index 1a50994..2edb375 100755</span><br><span>--- a/runtests.py</span><br><span>+++ b/runtests.py</span><br><span>@@ -208,7 +208,6 @@</span><br><span>             if not re.search("LSB core file", cp.stdout):</span><br><span>                 return False</span><br><span>         except:</span><br><span style="color: hsl(0, 100%, 40%);">-            print("Unknown exception occurred while executing %r" % (file_cmd,))</span><br><span>             return False</span><br><span> </span><br><span>         gdb_cmd = ["gdb",</span><br><span>@@ -232,7 +231,7 @@</span><br><span>             else:</span><br><span>                 return False</span><br><span>         except:</span><br><span style="color: hsl(0, 100%, 40%);">-            print("Unknown exception occurred while executing %r" % (gdb_cmd,))</span><br><span style="color: hsl(120, 100%, 40%);">+            pass</span><br><span>         return False</span><br><span> </span><br><span>     def _check_for_core(self):</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/testsuite/+/19164">change 19164</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/+/19164"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: 19 </div>
<div style="display:none"> Gerrit-Change-Id: I28950915dd7055e3e912ccd2e277ac23a04e1e63 </div>
<div style="display:none"> Gerrit-Change-Number: 19164 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>