diff options
Diffstat (limited to 'tests/rt_generic.sh')
-rw-r--r-- | tests/rt_generic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rt_generic.sh b/tests/rt_generic.sh index 600e501..df39dbd 100644 --- a/tests/rt_generic.sh +++ b/tests/rt_generic.sh @@ -39,7 +39,7 @@ pushd "$ws" echo echo "#### Contents ####" - files=$(find stasis/*/output -type f \( -name '*.yml' -o -name '*.md' -o -name '*.stasis' \) | sort) + files=$(find stasis/*/output -type f \( -name '*.yml' -o -name '*.md' -o -name '*.stasis' -o -name '*.ini' \) | sort) for x in $files; do echo echo "FILENAME: $x" |