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:13:12 -0400
commit0741e7b721367c6b323f4a329427e36f1992b5bf (patch)
tree94b94a6c71fc1f8640f6ed6798b9c55c90056b02 /tests
parentf4bdbe0ab890ab541fa27c1ca20aa1f17d7ca52a (diff)
downloadstasis-0741e7b721367c6b323f4a329427e36f1992b5bf.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"