1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 14:36:47 +00:00

Revert "disable docker_test"

This reverts commit 6d17d6b4ca.
这个提交包含在:
z4yx
2020-03-13 17:08:19 +08:00
父节点 6d17d6b4ca
当前提交 b816803eaf

查看文件

@@ -1,10 +1,17 @@
package worker
import (
"fmt"
"io/ioutil"
"os"
"path/filepath"
"testing"
"time"
"github.com/codeskyblue/go-sh"
. "github.com/smartystreets/goconvey/convey"
)
/*
func getDockerByName(name string) (string, error) {
// docker ps -f 'name=$name' --format '{{.Names}}'
out, err := sh.Command(
@@ -94,4 +101,3 @@ sleep 10
d.postExec()
})
}
*/