diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-21 01:04:55 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-21 11:48:29 +0100 |
| commit | 5c691e7fec7c244b1a1a6b5ef97df2cf69e403df (patch) | |
| tree | 4c50fbf77320b61b3510a8bbec17b3be23c167aa /test/cli/testprojinfo | |
| parent | 6d6ee7fa7d35bf57d1781136102f971cb0ac33d2 (diff) | |
| download | PROJ-5c691e7fec7c244b1a1a6b5ef97df2cf69e403df.tar.gz PROJ-5c691e7fec7c244b1a1a6b5ef97df2cf69e403df.zip | |
projinfo: add information about missing grids
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index e39e2193..c78da8fd 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -29,6 +29,8 @@ OUT=testprojinfo_out rm -f ${OUT} +export PROJINFO_NO_GRID_CHECK=YES + echo "Testing projinfo EPSG:4326" >> ${OUT} $EXE EPSG:4326 >>${OUT} echo "" >>${OUT} |
