mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: add tsv format to convert test
This commit is contained in:
parent
e1abbbddbf
commit
345c1a90ad
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ set -e
|
|||
OUTPUT_FILE=$(mktemp)
|
||||
INPUT_FILE=$(mktemp)
|
||||
|
||||
FORMATS="villas.human csv json"
|
||||
FORMATS="villas.human csv tsv json"
|
||||
|
||||
for FORMAT in ${FORMATS}; do
|
||||
villas-signal -v5 -n -l20 mixed | \
|
||||
|
|
Loading…
Add table
Reference in a new issue