aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-01 07:53:42 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-01 07:53:42 +0200
commit3c9068f185dd76d1051e58f1423b4ae612d12ee3 (patch)
treea929dd3647b8a9d88d42ee690b7c758c36b34958 /openbsc
parentf242e7afef5353c16e15e84437d54fcb26a24cb3 (diff)
db: Fix next fall-out with make distcheck
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/tests/db/db_test.c1
-rw-r--r--openbsc/tests/db/db_test.err2
2 files changed, 2 insertions, 1 deletions
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