diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-08-08 12:13:12 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-08-08 12:22:54 -0400 |
commit | d04b0b8992c0d68139e824de17d83ac49f65935a (patch) | |
tree | 94b94a6c71fc1f8640f6ed6798b9c55c90056b02 /tests/rt_generic.sh | |
parent | 23e650d0b9f8bf194921a0fc0b467235df021af6 (diff) | |
download | stasis-d04b0b8992c0d68139e824de17d83ac49f65935a.tar.gz |
delivery_init: add render_mode argument
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" |