Internal change.

PiperOrigin-RevId: 224865061
Change-Id: I6aa31f880931980ad2fc4c4b3cc4c532aacb31f4
This commit is contained in:
Nicolas Lacasse
2018-12-10 12:51:54 -08:00
committed by Shentubot
parent fc29770251
commit 833edbd10b
+1 -1
View File
@@ -172,7 +172,7 @@ func NewSpecWithArgs(args ...string) *specs.Spec {
Source: TmpDir(),
},
},
Hostname: "runsc-test-" + strings.Join(args, "_"),
Hostname: "runsc-test-hostname",
}
}