diff --git a/tests/common.sh b/tests/common.sh index b4e935168..1d674081c 100755 --- a/tests/common.sh +++ b/tests/common.sh @@ -12,7 +12,7 @@ function build_sketches() continue fi echo -e "\n\n ------------ Building $sketch ------------ \n\n"; - $arduino --verify --verbose $sketch; + $arduino --verify $sketch; local result=$? if [ $result -ne 0 ]; then echo "Build failed ($1)"