write to stdout before exit 1

This commit is contained in:
Stefan Scherer 2014-08-17 16:22:35 +02:00
parent 0ea21b686f
commit f0ef46f648
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ module VagrantPlugins
exit 0 exit 0
} }
} }
Write-Host "should upload file $dest_file_path"
exit 1 exit 1
EOH EOH
@shell.powershell(cmd)[:exitcode] == 1 @shell.powershell(cmd)[:exitcode] == 1