cscli: improved hub management (#3352)

This commit is contained in:
mmetc 2024-12-26 15:21:52 +01:00 committed by GitHub
parent 466f39b880
commit a1d26bdc5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
61 changed files with 3138 additions and 2672 deletions

View file

@ -54,7 +54,7 @@ func TestSetupHelperProcess(t *testing.T) {
}
fmt.Fprint(os.Stdout, fakeSystemctlOutput)
os.Exit(0) //nolint:revive,deep-exit
os.Exit(0) //nolint:revive
}
func tempYAML(t *testing.T, content string) os.File {