File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ func (o *StartBuildOptions) Run() error {
440
440
}
441
441
}
442
442
443
- if o .Follow || o . WaitForComplete {
443
+ if o .WaitForComplete {
444
444
return WaitForBuildComplete (o .BuildClient .Builds (o .Namespace ), newBuild .Name )
445
445
}
446
446
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ os::cmd::expect_success "oc create -f '${test_data_location}/proxy'"
62
62
63
63
# kick off a build and wait for it to finish
64
64
os::cmd::expect_success " oc set env dc/gssapiproxy-server HOST='${host} ' REALM='${realm} ' BACKEND='${backend} '"
65
- os::cmd::expect_success " oc start-build --from-dir='${test_data_location} /proxy' --follow gssapiproxy"
65
+ os::cmd::expect_success " oc start-build --from-dir='${test_data_location} /proxy' --follow --wait gssapiproxy"
66
66
67
67
os_images=(fedora ubuntu)
68
68
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ os::test::junit::declare_suite_start "extended/ldap-groups/setup"
54
54
os::cmd::try_until_text " oc get imagestream openldap --template='${is_event_template} '" ' latest' " $(( 60 * TIME_SEC)) "
55
55
56
56
# kick off a build and wait for it to finish
57
- oc start-build openldap --follow
57
+ oc start-build openldap --follow --wait
58
58
59
59
server_ready_template=( \
60
60
" {{with \$ items := .items}}" \
You can’t perform that action at this time.
0 commit comments