From 3c9068f185dd76d1051e58f1423b4ae612d12ee3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 1 May 2014 07:53:42 +0200 Subject: db: Fix next fall-out with make distcheck --- openbsc/tests/db/db_test.c | 1 + openbsc/tests/db/db_test.err | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsc') diff --git a/openbsc/tests/db/db_test.c b/openbsc/tests/db/db_test.c index 1494e77f7..75c92d309 100644 --- a/openbsc/tests/db/db_test.c +++ b/openbsc/tests/db/db_test.c @@ -157,6 +157,7 @@ int main() printf("Testing subscriber database code.\n"); osmo_init_logging(&log_info); + log_set_print_filename(osmo_stderr_target, 0); if (db_init("hlr.sqlite3")) { printf("DB: Failed to init database. Please check the option settings.\n"); diff --git a/openbsc/tests/db/db_test.err b/openbsc/tests/db/db_test.err index 0a0f2f38c..fa9a54c09 100644 --- a/openbsc/tests/db/db_test.err +++ b/openbsc/tests/db/db_test.err @@ -1,2 +1,2 @@ -<000d> db.c:274 Going to migrate from revision 3 +Going to migrate from revision 3  \ No newline at end of file -- cgit v1.2.3