mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
check: simple Makefile target.
This makes it much easier to run all the test scripts. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
6
test-cli/scripts/shutdown.sh
Executable file
6
test-cli/scripts/shutdown.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/sh -e
|
||||
|
||||
. `dirname $0`/vars.sh
|
||||
|
||||
$CLI stop
|
||||
sleep 1 # Make sure socket is closed.
|
||||
Reference in New Issue
Block a user