0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00

verify_duplicate_crates should exit 1 on failure

This commit is contained in:
Jordan Rose 2022-06-01 17:05:05 -07:00
parent 0eaedd0f08
commit ce3226b4e3

View File

@ -35,6 +35,7 @@ serde v1.0.136
serde v1.0.136"
if [[ $(cargo tree -d -e normal --workspace --locked --depth 0) != "${EXPECTED}" ]]; then
if [[ "$(cargo tree -d -e normal --workspace --locked --depth 0)" != "${EXPECTED}" ]]; then
cargo tree -d -e normal --workspace --locked
exit 1
fi