mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-06-30 15:40:23 +02:00
Add flag to enable verbose output
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user