Repository: archiva Updated Branches: refs/heads/citest 6639ff3fd -> 6d634f8fe
Fix Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/6d634f8f Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/6d634f8f Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/6d634f8f Branch: refs/heads/citest Commit: 6d634f8fe3d84899fce4a6eb87dbd3ad1f543552 Parents: 6639ff3 Author: Martin Stockhammer <[email protected]> Authored: Sun Apr 30 20:46:57 2017 +0200 Committer: Martin Stockhammer <[email protected]> Committed: Sun Apr 30 20:46:57 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/6d634f8f/src/ci/scripts/cleanup.ps1 ---------------------------------------------------------------------- diff --git a/src/ci/scripts/cleanup.ps1 b/src/ci/scripts/cleanup.ps1 index 4651585..0055940 100644 --- a/src/ci/scripts/cleanup.ps1 +++ b/src/ci/scripts/cleanup.ps1 @@ -4,7 +4,7 @@ param ( [switch]$Verbose = $False, - [String[]]$Browsers = @("firefox.exe","iexplore.exe","chrome.exe") + [String[]]$Browsers = @("firefox.exe","iexplore.exe","chrome.exe"), [String[]]$SeleniumProcesses = @("mshta.exe","java.exe") )
