Change in openbsc[master]: gitignore: Ignore configure~ file

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Feb 19 13:24:13 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/openbsc/+/22991 )


Change subject: gitignore: Ignore configure~ file
......................................................................

gitignore: Ignore configure~ file

Change-Id: Ie2ec89307ca941e52cb898ce045e423c44f32658
---
M openbsc/.gitignore
M openbsc/tests/smpp/smpp_test.c
M openbsc/tests/subscr/subscr_test.c
3 files changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/91/22991/1

diff --git a/openbsc/.gitignore b/openbsc/.gitignore
index a1695c6..e99632d 100644
--- a/openbsc/.gitignore
+++ b/openbsc/.gitignore
@@ -38,6 +38,7 @@
 libtool
 ltmain.sh
 m4/*.m4
+configure~
 
 # git-version-gen magic
 .tarball-version
diff --git a/openbsc/tests/smpp/smpp_test.c b/openbsc/tests/smpp/smpp_test.c
index 62fa9d2..e1e9a8b 100644
--- a/openbsc/tests/smpp/smpp_test.c
+++ b/openbsc/tests/smpp/smpp_test.c
@@ -67,6 +67,8 @@
 	osmo_init_logging(&log_info);
 	log_set_use_color(osmo_stderr_target, 0);
 	log_set_print_filename(osmo_stderr_target, 0);
+	log_set_print_category(osmo_stderr_target, 0);
+	log_set_print_category_hex(osmo_stderr_target, 0);
 
 	test_coding_scheme();
 	return EXIT_SUCCESS;
diff --git a/openbsc/tests/subscr/subscr_test.c b/openbsc/tests/subscr/subscr_test.c
index 2a5d0e1..78fa7bb 100644
--- a/openbsc/tests/subscr/subscr_test.c
+++ b/openbsc/tests/subscr/subscr_test.c
@@ -106,6 +106,8 @@
 	printf("Testing subscriber core code.\n");
 	osmo_init_logging(&log_info);
 	log_set_print_filename(osmo_stderr_target, 0);
+	log_set_print_category(osmo_stderr_target, 0);
+	log_set_print_category_hex(osmo_stderr_target, 0);
 
 	dummy_net.subscr_group = &dummy_sgrp;
 	dummy_sgrp.net         = &dummy_net;

-- 
To view, visit https://gerrit.osmocom.org/c/openbsc/+/22991
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie2ec89307ca941e52cb898ce045e423c44f32658
Gerrit-Change-Number: 22991
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210219/59c25510/attachment.htm>


More information about the gerrit-log mailing list