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 11:32:38 UTC

archiva git commit: Adding IEDriverServer to cleanup

Repository: archiva
Updated Branches:
  refs/heads/citest 5c78a4679 -> c373fa4de


Adding IEDriverServer to cleanup


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

Branch: refs/heads/citest
Commit: c373fa4dea7175fb9ac5ab7afdb7ae3397699a83
Parents: 5c78a46
Author: Martin Stockhammer <ma...@apache.org>
Authored: Sun Jun 11 13:32:21 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Sun Jun 11 13:32: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/c373fa4d/src/ci/scripts/cleanup.ps1
----------------------------------------------------------------------
diff --git a/src/ci/scripts/cleanup.ps1 b/src/ci/scripts/cleanup.ps1
index fd709ed..151bd4a 100644
--- a/src/ci/scripts/cleanup.ps1
+++ b/src/ci/scripts/cleanup.ps1
@@ -39,7 +39,7 @@
 
 param (
     [switch]$Verbose = $False,
-    [String[]]$Browsers = @("firefox.exe","iexplore.exe","chrome.exe"),
+    [String[]]$Browsers = @("firefox.exe","iexplore.exe","chrome.exe","IEDriverServer.exe"),
     [String[]]$SeleniumProcesses = @("mshta.exe","java.exe")
 )