electrs test: make service shutdown optional

Needed for regtest scenario.
This commit is contained in:
Erik Arvstedt 2020-10-16 17:43:18 +02:00
parent eb42fc8e06
commit 1f96ca67c5
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 9 additions and 2 deletions

View file

@ -105,6 +105,9 @@ let testEnv = rec {
services.nix-bitcoin-webindex.enable = true;
tests.secure-node = true;
tests.banlist-and-restart = true;
# Stop electrs from spamming the test log with 'WARN - wait until IBD is over' messages
tests.stop-electrs = true;
};
netns = {