Merge branch 'develop' into sdk2

This commit is contained in:
Ethan Buchman
2018-01-05 21:45:48 -05:00
committed by GitHub
7 changed files with 405 additions and 103 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ function testExample() {
abci-cli --log_level=error --verbose batch < "$INPUT" > "${INPUT}.out.new"
killall "$3"
pre=$(shasum < "${INPUT}.out")
post=$(shasum < "${INPUT}.out.new")
pre=$(sha256sum < "${INPUT}.out")
post=$(sha256sum < "${INPUT}.out.new")
if [[ "$pre" != "$post" ]]; then
echo "You broke the tutorial"