fix grpc version; add log_level and some logging

This commit is contained in:
Ethan Buchman
2017-11-30 17:20:36 -05:00
parent 550d6a6081
commit 10031f57d5
7 changed files with 60 additions and 41 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ function testExample() {
echo "Example $N: $APP"
$APP &> /dev/null &
sleep 2
abci-cli --verbose batch < "$INPUT" > "${INPUT}.out.new"
abci-cli --log_level=error --verbose batch < "$INPUT" > "${INPUT}.out.new"
killall "$3"
pre=$(shasum < "${INPUT}.out")