Skip to content

Commit 2d4eb52

Browse files
committed
Quiet build_all
1 parent af92f31 commit 2d4eb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_all.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ for dir in *; do
55
if [ -d $dir -a -f "$dir/Cargo.toml" -a -f "$dir/src/lib.rs" ]; then
66
(
77
cd $dir
8-
cargo update
8+
cargo update --quiet
99
cargo check --quiet
1010
if [ $? != 0 ]; then
1111
echo "Build failed for $dir"

0 commit comments

Comments
 (0)