Add basic tests for win_get_url and win_msi modules.

This commit is contained in:
Chris Church 2014-06-19 13:32:43 -05:00 committed by Matt Martz
commit 43236ca0ed
4 changed files with 79 additions and 1 deletions

View file

@ -79,4 +79,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
Start-Process -FilePath $powershellpath\$filename -WindowStyle Hidden -Wait
Start-Process -FilePath $powershellpath\$filename -WindowStyle Hidden