From: Jason Ish Date: Wed, 22 Mar 2023 16:03:30 +0000 (-0600) Subject: rust: don't suppress vendor output X-Git-Tag: suricata-7.0.0-rc2~490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e67db4528b87752623382c89903db534a926e9;p=thirdparty%2Fsuricata.git rust: don't suppress vendor output There appears to be some errors happening in CI and this may be hiding the source of the error. --- diff --git a/rust/Makefile.am b/rust/Makefile.am index 6456a2a936..2857288fef 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -77,7 +77,7 @@ check: $(CARGO) test --all $(RELEASE) --features "$(RUST_FEATURES)" vendor: - CARGO_HOME="$(CARGO_HOME)" @rustup_home@ $(CARGO) vendor > /dev/null + CARGO_HOME="$(CARGO_HOME)" @rustup_home@ $(CARGO) vendor if HAVE_CBINDGEN gen/rust-bindings.h: $(RUST_SURICATA_LIB)