Accept options in uhwm_run_wait_ready UAT helper

This commit is contained in:
Thibault Jouan 2015-04-15 17:54:19 +00:00
parent 1575a2d369
commit d501bb9b35

View File

@ -40,8 +40,8 @@ module Uh
].join "\n"
end
def uhwm_run_wait_ready
uhwm_run
def uhwm_run_wait_ready options = nil
if options then uhwm_run options else uhwm_run end
uhwm_wait_output 'Connected to'
end