multi: add new build tag integration

This commit adds a new build tag `integration` and removes the old tag
`rpctest` for clarity. Multiple unnecessary usages of `build !rpctest`
is also removed.
This commit is contained in:
yyforyongyu
2022-08-12 15:16:35 +08:00
parent d730797880
commit edba938996
24 changed files with 21 additions and 72 deletions

View File

@ -57,7 +57,7 @@ var (
func TestLightningNetworkDaemon(t *testing.T) {
// If no tests are registered, then we can exit early.
if len(allTestCases) == 0 {
t.Skip("integration tests not selected with flag 'rpctest'")
t.Skip("integration tests not selected with flag 'integration'")
}
// Get the test cases to be run in this tranche.