mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
app-misc/watchexec: fix test file for release build
Closes: https://bugs.gentoo.org/855326 Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
This commit is contained in:
@@ -318,6 +318,14 @@ HTML_DOCS=( doc/watchexec.1.html )
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/watchexec"
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
|
||||
# Not using `.patch` file since this the file contains the version number.
|
||||
sed -e '/^⚠ DEBUG BUILD ⚠$/,+1d' -i "${S}"/crates/cli/tests/snapshots/help__help_unix.snap
|
||||
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cargo_src_compile --manifest-path=crates/cli/Cargo.toml
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user