zeenix / gps-share

Utility to share your GPS device on local network
GNU General Public License v2.0
67 stars 9 forks source link

test: Fix reference to gps-share binary #31

Closed dcz-purism closed 3 years ago

dcz-purism commented 3 years ago

The path to the binary under test is passed via an environment variable, so there's no need to guess its location.

dcz-purism commented 3 years ago

Context: this fails if CARGO_TARGET_DIR is not set to default, or (untested) on release builds. The result looks like this: https://paste.debian.net/1197806/

zeenix commented 3 years ago

Context: this fails if CARGO_TARGET_DIR is not set to default, or (untested) on release builds.

So this is draft PR then until you resolve that?

dcz-purism commented 3 years ago

So this is draft PR then until you resolve that?

Bad wording: this is what the PR fixes.