[tor-commits] [tor/master] Revert "Rust: Use --all-features in test_rust.sh for 0.3.3 and 0.3.4"
nickm at torproject.org
nickm at torproject.org
Wed Aug 22 00:04:25 UTC 2018
commit 19038ff4bbcc50e0d9fa3d38c20689ea0da1b9c2
Author: teor <teor at torproject.org>
Date: Fri Aug 10 13:30:16 2018 +1000
Revert "Rust: Use --all-features in test_rust.sh for 0.3.3 and 0.3.4"
This reverts commit e1291aa84a04b8006130ce08338ee07a662e5ce0.
---
src/test/test_rust.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_rust.sh b/src/test/test_rust.sh
index 5405af436..4afc84285 100755
--- a/src/test/test_rust.sh
+++ b/src/test/test_rust.sh
@@ -9,7 +9,7 @@ for cargo_toml_dir in "${abs_top_srcdir:-../../..}"/src/rust/*; do
if [ -e "${cargo_toml_dir}/Cargo.toml" ]; then
cd "${abs_top_builddir:-../../..}/src/rust" && \
CARGO_TARGET_DIR="${abs_top_builddir:-../../..}/src/rust/target" \
- "${CARGO:-cargo}" test --all-features ${CARGO_ONLINE-"--frozen"} \
+ "${CARGO:-cargo}" test ${CARGO_ONLINE-"--frozen"} \
${EXTRA_CARGO_OPTIONS} \
--manifest-path "${cargo_toml_dir}/Cargo.toml" || exitcode=1
fi
More information about the tor-commits
mailing list