tests/rlcmac: Don't check stderr output

Current stderr output is empty anyway, and not checking it allows
enavling different log levels to easily debug issues.

Change-Id: I5b12e919e08a6eeaad31a459e5a15fdee4d76a61
This commit is contained in:
Pau Espin 2020-01-24 12:45:46 +01:00
parent 87bfbe4fe2
commit ea39fade07
3 changed files with 2 additions and 3 deletions

View File

@ -136,7 +136,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
EXTRA_DIST = \
testsuite.at $(srcdir)/package.m4 $(TESTSUITE) \
rlcmac/RLCMACTest.ok rlcmac/RLCMACTest.err \
rlcmac/RLCMACTest.ok \
alloc/AllocTest.ok alloc/AllocTest.err \
tbf/TbfTest.err \
bitcomp/BitcompTest.ok bitcomp/BitcompTest.err \

View File

@ -5,8 +5,7 @@ AT_BANNER([Regression tests])
AT_SETUP([rlcmac])
AT_KEYWORDS([rlcmac])
cat $abs_srcdir/rlcmac/RLCMACTest.ok > expout
cat $abs_srcdir/rlcmac/RLCMACTest.err > experr
AT_CHECK([$OSMO_QEMU $abs_top_builddir/tests/rlcmac/RLCMACTest], [0], [expout], [experr])
AT_CHECK([$OSMO_QEMU $abs_top_builddir/tests/rlcmac/RLCMACTest], [0], [expout], [ignore])
AT_CLEANUP
AT_SETUP([multi_slot])