Cleaup based on Antons PR comments

This commit is contained in:
Ethan Frey
2017-10-19 14:43:34 +02:00
parent d236e0eef9
commit 46e1f1ae65
3 changed files with 6 additions and 8 deletions
-1
View File
@@ -15,7 +15,6 @@ function testExample() {
echo "Example $N"
$APP &> /dev/null &
# $APP &> ./app.out &
sleep 2
abci-cli --verbose batch < "$INPUT" > "${INPUT}.out.new"
killall "$APP"