mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Merge pull request #12271 from kostickm/12119-rename-TestStartSilentAttach
Rename TestStartSilentAttach to TestStartAttachSilent
This commit is contained in:
@@ -69,7 +69,7 @@ func TestStartAttachCorrectExitCode(t *testing.T) {
|
||||
logDone("start - correct exit code returned with -a")
|
||||
}
|
||||
|
||||
func TestStartSilentAttach(t *testing.T) {
|
||||
func TestStartAttachSilent(t *testing.T) {
|
||||
defer deleteAllContainers()
|
||||
|
||||
name := "teststartattachcorrectexitcode"
|
||||
|
||||
Reference in New Issue
Block a user