mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
net-misc/castor: Set RUST_BACKTRACE=1 for tests.
This “fixes” a failing test on ~amd64: <https://github.com/gentoo/guru/commit/bfb30ee#commitcomment-39466543>. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -134,6 +134,11 @@ src_prepare() {
|
||||
sed -i 's/Categories=Browser/Categories=Network/' data/Castor.desktop || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# FIXME: test absolute_url::test_make_absolute_just_path fails without this.
|
||||
RUST_BACKTRACE=1 cargo_src_test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cargo_src_install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user