mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
app-misc/navi: fix binary path in the test script
Closes: https://bugs.gentoo.org/945006 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -183,6 +183,7 @@ QA_FLAGS_IGNORED="usr/bin/navi"
|
||||
|
||||
src_test() {
|
||||
cargo_src_test
|
||||
sed -i "s|target/debug|target/$(usex debug debug release)|" tests/run || die
|
||||
|
||||
sed -i "s|target/debug|$(cargo_target_dir)|" tests/run || die
|
||||
./tests/run || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user