We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, our integrationtest does hardcode the name for ogrmerge.py to be just this.
ogrmerge.py
Some platforms like arch don't follow this and default to ogrmerge for the name https://man.archlinux.org/man/extra/gdal/ogrmerge.1.en
ogrmerge
=> on arch, even with gdal package installed, the testcases currently won't work
gdal
The file which is causing this trouble is here
martin/tests/test.sh
Lines 30 to 39 in f704001
We likely should add a check if ogrmerge is installed instead and use that instead before throwing an error ^^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, our integrationtest does hardcode the name for
ogrmerge.py
to be just this.Some platforms like arch don't follow this and default to
ogrmerge
for the name https://man.archlinux.org/man/extra/gdal/ogrmerge.1.en=> on arch, even with
gdal
package installed, the testcases currently won't workThe file which is causing this trouble is here
martin/tests/test.sh
Lines 30 to 39 in f704001
We likely should add a check if
ogrmerge
is installed instead and use that instead before throwing an error ^^The text was updated successfully, but these errors were encountered: