|
@@ -318,7 +318,7 @@ Function Run-UnitTests() {
|
|
|
$pkgList = $pkgList | Select-String -Pattern "github.com/docker/docker"
|
|
|
$pkgList = $pkgList | Select-String -NotMatch "github.com/docker/docker/vendor"
|
|
|
$pkgList = $pkgList | Select-String -NotMatch "github.com/docker/docker/man"
|
|
|
- $pkgList = $pkgList | Select-String -NotMatch "github.com/docker/docker/integration-cli"
|
|
|
+ $pkgList = $pkgList | Select-String -NotMatch "github.com/docker/docker/integration"
|
|
|
$pkgList = $pkgList -replace "`r`n", " "
|
|
|
$goTestCommand = "go test" + $raceParm + " -cover -ldflags -w -tags """ + "autogen daemon" + """ -a """ + "-test.timeout=10m" + """ $pkgList"
|
|
|
Invoke-Expression $goTestCommand
|