You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/06/11 19:09:44 UTC

[2/2] archiva git commit: Adding IEDriverServer to cleanup procedure

Adding IEDriverServer to cleanup procedure


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/975751ba
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/975751ba
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/975751ba

Branch: refs/heads/master
Commit: 975751baf6466cec5fce297872e2ced7a9ac6e2b
Parents: 9e3a3c6
Author: Martin Stockhammer <ma...@apache.org>
Authored: Sun Jun 11 21:09:21 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Sun Jun 11 21:09:21 2017 +0200

----------------------------------------------------------------------
 src/ci/scripts/cleanup.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/975751ba/src/ci/scripts/cleanup.ps1
----------------------------------------------------------------------
diff --git a/src/ci/scripts/cleanup.ps1 b/src/ci/scripts/cleanup.ps1
index fd709ed..395c4f0 100644
--- a/src/ci/scripts/cleanup.ps1
+++ b/src/ci/scripts/cleanup.ps1
@@ -40,7 +40,7 @@
 param (
     [switch]$Verbose = $False,
     [String[]]$Browsers = @("firefox.exe","iexplore.exe","chrome.exe"),
-    [String[]]$SeleniumProcesses = @("mshta.exe","java.exe")
+    [String[]]$SeleniumProcesses = @("mshta.exe","java.exe","IEDriverServer.exe")
 )
 
 # $currentUser = [System.Security.Principal.WindowsIdentity]::GetCurrent().Name