File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
images/build-integration/lib Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export PATH="$PATH:${HOME}/$targetFolder/bin"
48
48
cd $targetFolder /bin
49
49
if [ ! -z " $labelFilter " ]
50
50
then
51
- ./integration.test --pull-secret-path=" ${HOME} /$targetFolder /pull-secret" --bundle-path=$bundleLocation --ginkgo.timeout $suiteTimeout --ginkgo.label-filter $labelFilter > integration.results
51
+ ./integration.test --pull-secret-path=" ${HOME} /$targetFolder /pull-secret" --bundle-path=$bundleLocation --ginkgo.timeout $suiteTimeout --ginkgo.label-filter " $labelFilter " > integration.results
52
52
else
53
53
./integration.test --pull-secret-path=" ${HOME} /$targetFolder /pull-secret" --bundle-path=$bundleLocation --ginkgo.timeout $suiteTimeout > integration.results
54
54
fi
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export PATH="$PATH:${HOME}/$targetFolder/bin"
49
49
cd $targetFolder /bin
50
50
if [ ! -z " $labelFilter " ]
51
51
then
52
- ./integration.test --pull-secret-path=" ${HOME} /$targetFolder /pull-secret" --bundle-path=$bundleLocation --ginkgo.timeout $suiteTimeout --ginkgo.label-filter $labelFilter > integration.results
52
+ ./integration.test --pull-secret-path=" ${HOME} /$targetFolder /pull-secret" --bundle-path=$bundleLocation --ginkgo.timeout $suiteTimeout --ginkgo.label-filter " $labelFilter " > integration.results
53
53
else
54
54
./integration.test --pull-secret-path=" ${HOME} /$targetFolder /pull-secret" --bundle-path=$bundleLocation --ginkgo.timeout $suiteTimeout > integration.results
55
55
fi
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ New-Item -ItemType directory -Path "$env:HOME\$targetFolder\results" -Force
23
23
cd $targetFolder \bin
24
24
25
25
if ($labelFilter ) {
26
- integration.test.exe -- pull- secret- path= " $env: HOME \$targetFolder \pull-secret" -- bundle- path= $bundleLocation -- ginkgo.timeout $suiteTimeout -- ginkgo.label- filter $labelFilter > integration.results
26
+ integration.test.exe -- pull- secret- path= " $env: HOME \$targetFolder \pull-secret" -- bundle- path= $bundleLocation -- ginkgo.timeout $suiteTimeout -- ginkgo.label- filter " $labelFilter " > integration.results
27
27
} else {
28
28
integration.test.exe -- pull- secret- path= " $env: HOME \$targetFolder \pull-secret" -- bundle- path= $bundleLocation -- ginkgo.timeout $suiteTimeout > integration.results
29
29
}
You can’t perform that action at this time.
0 commit comments