mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: improve readability
This commit is contained in:
parent
17af0784e6
commit
a2478b0d69
1 changed files with 7 additions and 1 deletions
|
@ -51,7 +51,13 @@ cat > ${CONFIG_FILE} <<EOF
|
|||
}
|
||||
},
|
||||
"paths": [
|
||||
{ "in": "node1", "out": "node1", "hooks" : [ { "type" : "print" } ] }
|
||||
{
|
||||
"in": "node1",
|
||||
"out": "node1",
|
||||
"hooks" : [
|
||||
{ "type" : "print" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
EOF
|
||||
|
|
Loading…
Add table
Reference in a new issue