Add flag to enable verbose output

This commit is contained in:
sfan5
2025-03-05 20:19:36 +01:00
parent e982efe94e
commit 4ba09ec532
12 changed files with 114 additions and 48 deletions

View File

@ -31,7 +31,7 @@ checkmap () {
local c=$1
shift
rm -f map.png
./minetestmapper --noemptyimage -i ./testmap -o map.png "$@"
./minetestmapper --noemptyimage -v -i ./testmap -o map.png "$@"
if [[ $c -eq 1 && ! -f map.png ]]; then
echo "Output not generated!"
exit 1