We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71fa3ab + 1b47bfa commit 667bc3fCopy full SHA for 667bc3f
hack/make.ps1
@@ -348,7 +348,7 @@ Function Run-UnitTests() {
348
Function Run-IntegrationTests() {
349
$escRoot = [Regex]::Escape($root)
350
$env:DOCKER_INTEGRATION_DAEMON_DEST = $bundlesDir + "\tmp"
351
- $dirs = go list -test -f '{{- if ne .ForTest `"`" -}}{{- .Dir -}}{{- end -}}' .\integration\...
+ $dirs = go list -test -f '{{- if ne .ForTest "" -}}{{- .Dir -}}{{- end -}}' .\integration\...
352
ForEach($dir in $dirs) {
353
# Normalize directory name for using in the test results files.
354
$normDir = $dir.Trim()
0 commit comments