test/helpers: disable powershell logo/banner message

This commit is contained in:
Justin M. Keyes
2017-08-05 02:51:55 +02:00
parent a31482db4d
commit efb0aca0ee

View File

@@ -367,7 +367,7 @@ end
local function set_shell_powershell()
source([[
set shell=powershell shellquote=\" shellpipe=\| shellredir=>
set shellcmdflag=\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command
set shellcmdflag=\ -NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command
let &shellxquote=' '
]])
end