1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tests: enable config plausability checks in addition to syntax checks

This commit is contained in:
Steffen Vogel 2019-03-31 22:14:29 +02:00
parent a1f5e64456
commit eb1ac25e08

View file

@ -38,5 +38,5 @@ for CONFIG in ${CONFIGS}; do
fi
echo "=== Testing config: ${CONFIG}"
villas-test-config ${CONFIG}
villas-test-config -c ${CONFIG}
done