瀏覽代碼

Revert "Rust: Use --all-features in test_rust.sh for 0.3.3 and 0.3.4"

This reverts commit e1291aa84a04b8006130ce08338ee07a662e5ce0.
teor 5 年之前
父節點
當前提交
19038ff4bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/test/test_rust.sh

+ 1 - 1
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