We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609e03d commit 4621e99Copy full SHA for 4621e99
tests/ge_test.py
@@ -130,7 +130,7 @@ def _build_geo_engine(self) -> None:
130
cwd=self._code_path,
131
)
132
133
- self._server_binary_path = self._code_path / 'target/debug/geoengine-server'
+ self._server_binary_path = self._code_path / 'target' / self._build_type.value / 'geoengine-server'
134
self._cli_binary_path = self._code_path / 'target' / self._build_type.value / 'geoengine-cli'
135
136
if not self._server_binary_path.exists():
0 commit comments