Fix up commits, debug cli tests

This commit is contained in:
Ethan Frey
2017-10-19 14:38:29 +02:00
parent 9aff9f94dd
commit bae4e4acce
4 changed files with 28 additions and 16 deletions
+9 -9
View File
@@ -2,21 +2,21 @@
-> data: hello
-> data.hex: 68656C6C6F
> info
> info
-> data: {"size":0}
-> data.hex: 7B2273697A65223A307D
> commit
> commit
> deliver_tx "abc"
> info
> info
-> data: {"size":1}
-> data.hex: 7B2273697A65223A317D
> commit
-> data: uü~„»×ˆíX–$ðlú‡
-> data.hex: 750502FC7E84BBD788ED589624F06CFA871845D1
> commit
-> data: IßÑ\ͬޮ—(ËûµèhŒ¥‹‘
-> data.hex: 49DFD15CCDACDEAE9728CB01FBB5E8688CA58B91
> query "abc"
-> log: exists
@@ -26,9 +26,9 @@
> deliver_tx "def=xyz"
> commit
-> data: v9;Š.E†°iLbžËQ²†ïÕ
-> data.hex: 76393B8A182E450286B0694C629ECB51B286EFD5
> commit
-> data: p-³"€7?¿?Ÿ‰Ú* Î,Ö+
-> data.hex: 70102DB32280373FBF3F9F89DA2A20CE2CD62B0B
> query "def"
-> log: exists
+1
View File
@@ -15,6 +15,7 @@ function testExample() {
echo "Example $N"
$APP &> /dev/null &
# $APP &> ./app.out &
sleep 2
abci-cli --verbose batch < "$INPUT" > "${INPUT}.out.new"
killall "$APP"