mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 20:22:46 +00:00
disable docker_test
This commit is contained in:
parent
51e7f1d573
commit
6d17d6b4ca
@ -1,17 +1,10 @@
|
||||
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(
|
||||
@ -101,3 +94,4 @@ sleep 10
|
||||
d.postExec()
|
||||
})
|
||||
}
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user