fix integration tests (Fixes #131)

This commit is contained in:
Anton Kaliaev
2017-11-14 12:53:40 -06:00
parent f2bf7d1b2d
commit 1d49453ffb
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ function testExample() {
$APP &> /dev/null &
sleep 2
abci-cli --verbose batch < "$INPUT" > "${INPUT}.out.new"
killall $3
killall "$3"
pre=$(shasum < "${INPUT}.out")
post=$(shasum < "${INPUT}.out.new")