<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/16992">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  fixeria: 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;">tests/rlcmac: Don't check stderr output<br><br>Current stderr output is empty anyway, and not checking it allows<br>enavling different log levels to easily debug issues.<br><br>Change-Id: I5b12e919e08a6eeaad31a459e5a15fdee4d76a61<br>---<br>M tests/Makefile.am<br>D tests/rlcmac/RLCMACTest.err<br>M tests/testsuite.at<br>3 files changed, 2 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/Makefile.am b/tests/Makefile.am</span><br><span>index c599636..c9a376f 100644</span><br><span>--- a/tests/Makefile.am</span><br><span>+++ b/tests/Makefile.am</span><br><span>@@ -136,7 +136,7 @@</span><br><span> </span><br><span> EXTRA_DIST = \</span><br><span>       testsuite.at $(srcdir)/package.m4 $(TESTSUITE)  \</span><br><span style="color: hsl(0, 100%, 40%);">-       rlcmac/RLCMACTest.ok rlcmac/RLCMACTest.err \</span><br><span style="color: hsl(120, 100%, 40%);">+  rlcmac/RLCMACTest.ok \</span><br><span>       alloc/AllocTest.ok alloc/AllocTest.err \</span><br><span>     tbf/TbfTest.err \</span><br><span>    bitcomp/BitcompTest.ok bitcomp/BitcompTest.err \</span><br><span>diff --git a/tests/rlcmac/RLCMACTest.err b/tests/rlcmac/RLCMACTest.err</span><br><span>deleted file mode 100644</span><br><span>index e69de29..0000000</span><br><span>--- a/tests/rlcmac/RLCMACTest.err</span><br><span>+++ /dev/null</span><br><span>diff --git a/tests/testsuite.at b/tests/testsuite.at</span><br><span>index 8a319bd..fe87ff9 100644</span><br><span>--- a/tests/testsuite.at</span><br><span>+++ b/tests/testsuite.at</span><br><span>@@ -5,8 +5,7 @@</span><br><span> AT_SETUP([rlcmac])</span><br><span> AT_KEYWORDS([rlcmac])</span><br><span> cat $abs_srcdir/rlcmac/RLCMACTest.ok > expout</span><br><span style="color: hsl(0, 100%, 40%);">-cat $abs_srcdir/rlcmac/RLCMACTest.err > experr</span><br><span style="color: hsl(0, 100%, 40%);">-AT_CHECK([$OSMO_QEMU $abs_top_builddir/tests/rlcmac/RLCMACTest], [0], [expout], [experr])</span><br><span style="color: hsl(120, 100%, 40%);">+AT_CHECK([$OSMO_QEMU $abs_top_builddir/tests/rlcmac/RLCMACTest], [0], [expout], [ignore])</span><br><span> AT_CLEANUP</span><br><span> </span><br><span> AT_SETUP([multi_slot])</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/16992">change 16992</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-pcu/+/16992"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I5b12e919e08a6eeaad31a459e5a15fdee4d76a61 </div>
<div style="display:none"> Gerrit-Change-Number: 16992 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </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-MessageType: merged </div>