From eb1ac25e08b6e2e1a8f09b5ee1d2d6986e3b88c1 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 31 Mar 2019 22:14:29 +0200 Subject: [PATCH] tests: enable config plausability checks in addition to syntax checks --- tests/integration/test-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test-config.sh b/tests/integration/test-config.sh index 9604771d3..a1faf06eb 100755 --- a/tests/integration/test-config.sh +++ b/tests/integration/test-config.sh @@ -38,5 +38,5 @@ for CONFIG in ${CONFIGS}; do fi echo "=== Testing config: ${CONFIG}" - villas-test-config ${CONFIG} + villas-test-config -c ${CONFIG} done