<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/testsuite/+/19081">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">runInVenv: Remove output redirection.<br><br>runInVenv.sh calls setupVenv.sh and redirects all<br>output to /dev/null, which means if an error occurs<br>we will never know about it. This removes stderr<br>redirection so the user will know what went wrong.<br><br>ASTERISK-30206 #close<br><br>Change-Id: I79b32c5374d142688ef4fa26990628aa9c3fcf36<br>---<br>M runInVenv.sh<br>1 file changed, 17 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/81/19081/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/runInVenv.sh b/runInVenv.sh</span><br><span>index 0a47151..8b280b2 100755</span><br><span>--- a/runInVenv.sh</span><br><span>+++ b/runInVenv.sh</span><br><span>@@ -16,7 +16,7 @@</span><br><span> if [ $REINSTALL -eq 1 ] ; then</span><br><span>     echo "Reinstall required, removing and recreating venv"</span><br><span>  rm -rf .venv</span><br><span style="color: hsl(0, 100%, 40%);">-    ./setupVenv.sh > /dev/null 2>&1</span><br><span style="color: hsl(120, 100%, 40%);">+    ./setupVenv.sh > /dev/null</span><br><span> </span><br><span> fi</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/testsuite/+/19081">change 19081</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/+/19081"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: 18 </div>
<div style="display:none"> Gerrit-Change-Id: I79b32c5374d142688ef4fa26990628aa9c3fcf36 </div>
<div style="display:none"> Gerrit-Change-Number: 19081 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>