daemon/test/scripts: maek slightly more general for lightningd/lightningd

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-01-10 15:38:33 +10:30
parent 0444d68197
commit e39d09d5a5
9 changed files with 17 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ if [ -n "$MANUALCOMMIT" ]; then
fi
start_lightningd 2
fund_lightningd
# Check IDs match logs
[ `$LCLI1 getlog | sed -n 's/.*"ID: \([0-9a-f]*\)".*/\1/p'` = $ID1 ]