include logformat in log_merge.sh

Change-Id: I4838cee7742ab99eb935f149a69e925258bbef36
This commit is contained in:
Neels Hofmeyr 2019-02-26 05:01:49 +01:00
parent 98caf1ca1c
commit 67add5eb78
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ for t in $TEST_CASES; do
PREFIX="$BASE_NAME-$t"
OUTPUT="$BASE_NAME.$t.merged"
ttcn3_logmerge $PREFIX-*.log > "$OUTPUT"
echo "Generated $OUTPUT"
ttcn3_logformat "$OUTPUT" > "_$OUTPUT"
echo "Generated _$OUTPUT"
done
if [ "$2" = "--rm" ]; then