Accept options in uhwm_run_wait_ready UAT helper
This commit is contained in:
parent
1575a2d369
commit
d501bb9b35
@ -40,8 +40,8 @@ module Uh
|
|||||||
].join "\n"
|
].join "\n"
|
||||||
end
|
end
|
||||||
|
|
||||||
def uhwm_run_wait_ready
|
def uhwm_run_wait_ready options = nil
|
||||||
uhwm_run
|
if options then uhwm_run options else uhwm_run end
|
||||||
uhwm_wait_output 'Connected to'
|
uhwm_wait_output 'Connected to'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user