From 60e67db4528b87752623382c89903db534a926e9 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 22 Mar 2023 10:03:30 -0600 Subject: [PATCH] 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. --- rust/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2