[PATCH] osmo-ttcn3-hacks[master]: log_merge.sh: Use Module.Testcase like the pcap files

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Mar 18 13:37:51 UTC 2018


Review at  https://gerrit.osmocom.org/7366

log_merge.sh: Use Module.Testcase like the pcap files

So far, pcap files used Module.Testcase.pcap while log files
used Module-Testcase.merged - let's unify this a bit.

Change-Id: I900ae41c3586bad41451bbcf481963384c6db061
---
M log_merge.sh
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/log_merge.sh b/log_merge.sh
index d57ab99..0a3066e 100755
--- a/log_merge.sh
+++ b/log_merge.sh
@@ -18,7 +18,7 @@
 TEST_CASES=`ls -1 $LOG_FILES | awk 'BEGIN { FS = "-" } { print $2 }' | sort | uniq`
 
 for t in $TEST_CASES; do
-	PREFIX="$BASE_NAME-$t"
+	PREFIX="$BASE_NAME.$t"
 	OUTPUT="$PREFIX.merged"
 	ttcn3_logmerge $PREFIX-*.log > $OUTPUT
 	echo "Generated $OUTPUT"

-- 
To view, visit https://gerrit.osmocom.org/7366
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I900ae41c3586bad41451bbcf481963384c6db061
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list