aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-08-08 12:13:12 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-08-08 12:22:54 -0400
commitd04b0b8992c0d68139e824de17d83ac49f65935a (patch)
tree94b94a6c71fc1f8640f6ed6798b9c55c90056b02 /tests
parent23e650d0b9f8bf194921a0fc0b467235df021af6 (diff)
downloadstasis-d04b0b8992c0d68139e824de17d83ac49f65935a.tar.gz
delivery_init: add render_mode argument
Diffstat (limited to 'tests')
-rw-r--r--tests/rt_generic.sh2
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"