test: add scenario 'netnsRegtest'
The 'basic' test command now cover regtest mode and using nix-bitcoin without the secure-node preset.
This commit is contained in:
parent
e0675cb256
commit
0e2ff948d3
3 changed files with 18 additions and 16 deletions
|
|
@ -169,12 +169,12 @@ EOF
|
|||
}
|
||||
|
||||
# A basic subset of tests to keep the total runtime within
|
||||
# manageable bounds (<3 min on desktop systems).
|
||||
# manageable bounds (<4 min on desktop systems).
|
||||
# These are also run on the CI server.
|
||||
basic() {
|
||||
scenario=default buildTest "$@"
|
||||
scenario=netns buildTest "$@"
|
||||
scenario=full evalTest "$@"
|
||||
scenario=netnsRegtest buildTest "$@"
|
||||
}
|
||||
|
||||
all() {
|
||||
|
|
@ -182,6 +182,7 @@ all() {
|
|||
scenario=netns buildTest "$@"
|
||||
scenario=full buildTest "$@"
|
||||
scenario=regtest buildTest "$@"
|
||||
scenario=netnsRegtest buildTest "$@"
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue