From 7d507bd13e57ab4a84c045cccce98f003ca8bed1 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Jan 20 2018 03:42:42 +0000 Subject: exclude pillar/FORMULAS.yaml from the extensions test --- diff --git a/bin/test_extension.sh b/bin/test_extension.sh index fb2b9e2..da7dc25 100755 --- a/bin/test_extension.sh +++ b/bin/test_extension.sh @@ -1,6 +1,6 @@ #!/bin/bash -NON_SLS_PILLAR=$(find pillar -type f | egrep -v "(macros.jinja|valid_custom_grains.yaml|\.sls$)") +NON_SLS_PILLAR=$(find pillar -type f | egrep -v "(macros.jinja|(FORMULAS|valid_custom_grains).yaml|\.sls$)") NON_SLS_SALT=$(find salt -type f | egrep -v "/(files|templates)/|pillar.example$|\.sls$") NON_SLS=( ${NON_SLS_PILLAR} ${NON_SLS_SALT} )