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:
Ronny (tastytea) Gutbrod
2020-05-27 10:36:24 +02:00
parent 9a289e25a8
commit 0e0d5c4164

View File

@@ -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