aboutsummaryrefslogtreecommitdiffstats
path: root/tests/trau_sync/trau_sync_test.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-09-09 15:52:03 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-09-09 15:52:03 +0200
commit7766e6dc159259564d7349b620c49c101dd22e65 (patch)
treecd74e6f413ec7faa1a1b4a0bfb325d968d8a1fc6 /tests/trau_sync/trau_sync_test.c
parent6c24d6cb43f6025420e763119272e7d33ff59a85 (diff)
tests: Disable stderr log color in trau_sync_test
Diffstat (limited to 'tests/trau_sync/trau_sync_test.c')
-rw-r--r--tests/trau_sync/trau_sync_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/trau_sync/trau_sync_test.c b/tests/trau_sync/trau_sync_test.c
index 392a236..d804b3e 100644
--- a/tests/trau_sync/trau_sync_test.c
+++ b/tests/trau_sync/trau_sync_test.c
@@ -79,6 +79,7 @@ const struct log_info log_info = {
int main(int argc, char **argv)
{
osmo_init_logging2(NULL, NULL);
+ log_set_use_color(osmo_stderr_target, 0);
osmo_fsm_log_addr(false);
log_set_print_filename2(osmo_stderr_target, LOG_FILENAME_NONE);
test_body();