Skip to content

Commit

Permalink
skip binary in gdalcompare
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Dec 14, 2023
1 parent 06cf248 commit e59e256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compare_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ do
then g_name=$(echo $f | cut -d'/' -f3-)
else g_name=$(echo $f | cut -d'/' -f2-)
fi
gdalcompare.py -sds $S3_PREFIX$g_name $f > /dev/null
gdalcompare.py -sds -skip_binary $S3_PREFIX$g_name $f > /dev/null
if [[ $? -ge 1 ]]
then
echo "ERROR: results different from the golden file $S3_PREFIX$g_name"
Expand Down

0 comments on commit e59e256

Please sign in to comment.