Change in ...osmo-ttcn3-hacks[master]: log_merge.sh: format logs after merging

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/.

osmith gerrit-no-reply at lists.osmocom.org
Tue Jul 9 13:26:31 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14707


Change subject: log_merge.sh: format logs after merging
......................................................................

log_merge.sh: format logs after merging

Related: OS#3916
Change-Id: I671ffa2761c6e503dae9f3b16764d430131b16af
---
M log_merge.sh
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/07/14707/1

diff --git a/log_merge.sh b/log_merge.sh
index 886b788..7d042f9 100755
--- a/log_merge.sh
+++ b/log_merge.sh
@@ -36,6 +36,8 @@
 	PREFIX="$BASE_NAME-$t"
 	OUTPUT="$BASE_NAME.$t.merged"
 	ttcn3_logmerge $PREFIX-*.log > "$OUTPUT"
+	ttcn3_logformat "$OUTPUT" > "_$OUTPUT"
+	mv "_$OUTPUT" "$OUTPUT"
 	echo "Generated $OUTPUT"
 done
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14707
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I671ffa2761c6e503dae9f3b16764d430131b16af
Gerrit-Change-Number: 14707
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190709/2f31c56f/attachment.htm>


More information about the gerrit-log mailing list