Skip to content

Commit

Permalink
remove --verbose from commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Nov 27, 2016
1 parent ac7012c commit 31943a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_tests.sh
Expand Up @@ -6,7 +6,7 @@ cd ${trust_dns_dir:?}
for i in client server; do
pushd $i
echo "executing cargo on $i"
cargo build --verbose
cargo test --verbose $@
cargo build
cargo test
popd
done

0 comments on commit 31943a2

Please sign in to comment.