communicators/winrm: fix tests
This commit is contained in:
parent
882c9ad7f6
commit
b47df84887
|
@ -125,7 +125,7 @@ module VagrantPlugins
|
||||||
if opts[:shell] == :wql
|
if opts[:shell] == :wql
|
||||||
return output
|
return output
|
||||||
elsif opts[:error_check] && \
|
elsif opts[:error_check] && \
|
||||||
!opts[:good_exit].include(output[:exitcode])
|
!opts[:good_exit].include?(output[:exitcode])
|
||||||
raise_execution_error(output, opts)
|
raise_execution_error(output, opts)
|
||||||
end
|
end
|
||||||
output[:exitcode]
|
output[:exitcode]
|
||||||
|
|
Loading…
Reference in New Issue