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 <[email protected]>
Gerrit-MessageType: newchange