Explorar o código

Merge pull request #13408 from jfrazelle/13407-fix-experimental-build

lol 108 chars ETOOMANY
Jessie Frazelle %!s(int64=10) %!d(string=hai) anos
pai
achega
f2c0b54315
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      integration-cli/docker_utils.go

+ 1 - 1
integration-cli/docker_utils.go

@@ -58,7 +58,7 @@ func NewDaemon(c *check.C) *Daemon {
 		c.Fatal("Please set the DEST environment variable")
 	}
 
-	dir := filepath.Join(dest, fmt.Sprintf("daemon%d", time.Now().UnixNano()%100000000))
+	dir := filepath.Join(dest, fmt.Sprintf("d%d", time.Now().UnixNano()%100000000))
 	daemonFolder, err := filepath.Abs(dir)
 	if err != nil {
 		c.Fatalf("Could not make %q an absolute path: %v", dir, err)