mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'isis/bug23881_r1'
This commit is contained in:
@@ -11,7 +11,7 @@ for crate in $crates; do
|
||||
cd "${abs_top_builddir:-../../..}/src/rust"
|
||||
CARGO_TARGET_DIR="${abs_top_builddir:-../../..}/src/rust/target" \
|
||||
CARGO_HOME="${abs_top_builddir:-../../..}/src/rust" \
|
||||
"${CARGO:-cargo}" test ${CARGO_ONLINE-"--frozen"} \
|
||||
"${CARGO:-cargo}" test --all-features ${CARGO_ONLINE-"--frozen"} \
|
||||
--manifest-path "${abs_top_srcdir:-.}/src/rust/${crate}/Cargo.toml" \
|
||||
|| exitcode=1
|
||||
cd -
|
||||
|
||||
Reference in New Issue
Block a user