From 0ac22704fae8cf34755dff2e13d7293a9c2523f3 Mon Sep 17 00:00:00 2001 From: Juha Karjalainen Date: Mon, 8 Oct 2018 15:20:07 +0300 Subject: Provisioning: Disable powershell quickedit Powershell quickedit causes powershell window freeze until quickedit mode is exited by pressing enter. For some reason quickedit mode get's activated during build. This causes time out as agent does not get any output from processes. Task-number: QTQAINFRA-2263 Change-Id: I2878cc7a39bae504f826c5622cc5817fd227d7f0 Reviewed-by: Heikki Halmet --- .../provisioning/qtci-windows-10-x86/85-disable_quickedit_powershell.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 coin/provisioning/qtci-windows-10-x86/85-disable_quickedit_powershell.ps1 (limited to 'coin/provisioning/qtci-windows-10-x86/85-disable_quickedit_powershell.ps1') diff --git a/coin/provisioning/qtci-windows-10-x86/85-disable_quickedit_powershell.ps1 b/coin/provisioning/qtci-windows-10-x86/85-disable_quickedit_powershell.ps1 new file mode 100644 index 00000000..547e15a8 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/85-disable_quickedit_powershell.ps1 @@ -0,0 +1 @@ +. "$PSScriptRoot\..\common\windows\disable-quickedit.ps1" -- cgit v1.2.3