write to stdout before exit 1
This commit is contained in:
parent
0ea21b686f
commit
f0ef46f648
|
@ -131,6 +131,7 @@ module VagrantPlugins
|
|||
exit 0
|
||||
}
|
||||
}
|
||||
Write-Host "should upload file $dest_file_path"
|
||||
exit 1
|
||||
EOH
|
||||
@shell.powershell(cmd)[:exitcode] == 1
|
||||
|
|
Loading…
Reference in New Issue