aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-02-17 01:19:10 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2020-02-17 02:30:58 +0700
commit8a87f913bdceae7987ccfa556a5805c4596ccc40 (patch)
treefd15a4ec8cf3b9122a805af32a9ab857bce2bb9e /tests/testsuite.at
parent74bc150ab222656bcb683379cfae551b5c97d370 (diff)
tests/rlcmac: additionally match debug output of the CSN.1 codec
This would allow us to catch more bugs. Note that I had to remove printing of pointer address to make the output deterministic. Change-Id: I1a77441eb957353c919bc73f8e3a2e38f4a383a9
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index fe87ff9d..8a319bd8 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -5,7 +5,8 @@ AT_BANNER([Regression tests])
AT_SETUP([rlcmac])
AT_KEYWORDS([rlcmac])
cat $abs_srcdir/rlcmac/RLCMACTest.ok > expout
-AT_CHECK([$OSMO_QEMU $abs_top_builddir/tests/rlcmac/RLCMACTest], [0], [expout], [ignore])
+cat $abs_srcdir/rlcmac/RLCMACTest.err > experr
+AT_CHECK([$OSMO_QEMU $abs_top_builddir/tests/rlcmac/RLCMACTest], [0], [expout], [experr])
AT_CLEANUP
AT_SETUP([multi_slot])