aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/testsuite.at
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-08 23:35:20 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-13 14:54:02 +0000
commit2e109f08c07ca7ca5bc0f134d561cad42840b27c (patch)
tree117cdcea993ee7b5f890f9ab85f6e8f7c5fa07fc /openbsc/tests/testsuite.at
parent28786bb2098d404d5f5eb40fc6bafa866c54b0c1 (diff)
oap_client_test: print test descr to stderr, check stderr
Diffstat (limited to 'openbsc/tests/testsuite.at')
-rw-r--r--openbsc/tests/testsuite.at3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/tests/testsuite.at b/openbsc/tests/testsuite.at
index 0765c764e..01737a3e7 100644
--- a/openbsc/tests/testsuite.at
+++ b/openbsc/tests/testsuite.at
@@ -108,7 +108,8 @@ AT_SETUP([oap])
AT_KEYWORDS([oap])
AT_CHECK([test "$enable_oap_test" != no || exit 77])
cat $abs_srcdir/oap/oap_client_test.ok > expout
-AT_CHECK([$abs_top_builddir/tests/oap/oap_client_test], [], [expout], [ignore])
+cat $abs_srcdir/oap/oap_client_test.err > experr
+AT_CHECK([$abs_top_builddir/tests/oap/oap_client_test], [], [expout], [experr])
AT_CLEANUP
AT_SETUP([gtphub])