tests: rename clightningReplication
-> clightning-replication
The test name now matches the file name.
This commit is contained in:
parent
3550ed1e32
commit
2a073a1d64
@ -1,4 +1,4 @@
|
|||||||
# You can run this test via `run-tests.sh -s clightningReplication`
|
# You can run this test via `run-tests.sh -s clightning-replication`
|
||||||
|
|
||||||
makeTestVM: pkgs:
|
makeTestVM: pkgs:
|
||||||
with pkgs.lib;
|
with pkgs.lib;
|
||||||
|
@ -272,7 +272,7 @@ buildable=(
|
|||||||
full
|
full
|
||||||
regtest
|
regtest
|
||||||
hardened
|
hardened
|
||||||
clightningReplication
|
clightning-replication
|
||||||
lndPruned
|
lndPruned
|
||||||
)
|
)
|
||||||
buildable() { buildTests buildable "$@"; }
|
buildable() { buildTests buildable "$@"; }
|
||||||
|
@ -404,7 +404,7 @@ in {
|
|||||||
) scenarios;
|
) scenarios;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
clightningReplication = import ./clightning-replication.nix makeTestVM pkgs;
|
clightning-replication = import ./clightning-replication.nix makeTestVM pkgs;
|
||||||
} // mainTests;
|
} // mainTests;
|
||||||
|
|
||||||
tests = makeTests scenarios;
|
tests = makeTests scenarios;
|
||||||
|
Loading…
Reference in New Issue
Block a user