Browse Source
This makes it much easier to run all the test scripts. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>ppa-0.6.1
Rusty Russell
9 years ago
4 changed files with 31 additions and 12 deletions
@ -0,0 +1,6 @@ |
|||
#! /bin/sh -e |
|||
|
|||
. `dirname $0`/vars.sh |
|||
|
|||
$CLI stop |
|||
sleep 1 # Make sure socket is closed. |
Loading…
Reference in new issue