Skip to content

Commit 1a6c22d

Browse files
committed
feat: show generated configuration
1 parent 8ba151c commit 1a6c22d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test-generate

+5
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ PROTO=${2:-http}
4242
cat > .test.env <<EOT
4343
URL=$PROTO://$IP:$PORT/
4444
EOT
45+
46+
echo "Weblate will be running on $PROTO://$IP:$PORT/"
47+
echo
48+
echo "Weblate configuration (docker.compose.yml):"
49+
cat docker-compose.yml

0 commit comments

Comments
 (0)