mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge branch 'maint-0.3.3' into maint-0.3.4
This commit is contained in:
commit
75d9db9e5b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ for cargo_toml_dir in "${abs_top_srcdir:-../../..}"/src/rust/*; do
|
|||
if [ -e "${cargo_toml_dir}/Cargo.toml" ]; then
|
||||
cd "${cargo_toml_dir}" && \
|
||||
CARGO_TARGET_DIR="${abs_top_builddir:-../../..}/src/rust/target" \
|
||||
CARGO_HOME="${abs_top_builddir:-../../..}/src/rust" \
|
||||
CARGO_HOME="${abs_top_builddir:-../../..}/src/rust/.cargo" \
|
||||
"${CARGO:-cargo}" test ${CARGO_ONLINE-"--frozen"} \
|
||||
${EXTRA_CARGO_OPTIONS} \
|
||||
--manifest-path "${cargo_toml_dir}/Cargo.toml" || exitcode=1
|
||||
|
|
Loading…
Add table
Reference in a new issue