aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-09 14:09:48 +0200
committerpespin <pespin@sysmocom.de>2019-09-16 14:21:21 +0000
commit474dc77894ad550dab225da36c377a6506cad6f7 (patch)
treeb01500459d325f5be0be31b8ea025dedb1775c80 /tests/testsuite.at
parent38cfa734f430f94cb23f84d00e24c580627b7d05 (diff)
tests: TbfTest: Unify stderr and stdout to ease debugging
osmo-pcu code is really verbose, and since log lines printing start and end of tests are sent to a different file, it's really difficult to understand which test outputs what. Change-Id: I3e887158e2c9585c360d44f12f995f55861170f2
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 09b02475..8a319bd8 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -24,9 +24,8 @@ AT_CLEANUP
AT_SETUP([tbf])
AT_KEYWORDS([tbf])
-cat $abs_srcdir/tbf/TbfTest.ok > expout
cat $abs_srcdir/tbf/TbfTest.err > experr
-AT_CHECK([$OSMO_QEMU $abs_top_builddir/tests/tbf/TbfTest], [0], [expout], [experr])
+AT_CHECK([$OSMO_QEMU $abs_top_builddir/tests/tbf/TbfTest], [0], [ignore], [experr])
AT_CLEANUP
AT_SETUP([bitcomp])