|
|
@@ -114,7 +114,7 @@ func testContainer(service string, id string, oneOff bool) moby.Container {
|
|
|
}
|
|
|
|
|
|
func containerLabels(service string, oneOff bool) map[string]string {
|
|
|
- workingdir, _ := filepath.Abs("testdata")
|
|
|
+ workingdir := "/src/pkg/compose/testdata"
|
|
|
composefile := filepath.Join(workingdir, "compose.yaml")
|
|
|
labels := map[string]string{
|
|
|
compose.ServiceLabel: service,
|