mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 09:40:19 +01:00
This makes it much easier to run all the test scripts. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
. `dirname $0`/vars.sh
|
|
|
|
$CLI stop
|
|
sleep 1 # Make sure socket is closed.
|