Example.DDS: Make example topologies pass xml validation

This commit is contained in:
Dennis Klein
2019-07-28 19:22:03 +02:00
committed by Dennis Klein
parent 1bb77bf47b
commit 1fa82f5f22
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ echo "TOPOLOGY FILE: ${topologyFile}"
# TODO Uncomment once DDS 2.6 is released
# dds-info --active-topology
dds-topology --disable-validation --activate ${topologyFile}
dds-topology --activate ${topologyFile}
# dds-info --active-topology
# dds-info --wait-for-executing-agents ${requiredNofAgents}
sleep 1