| Summary: | Chrome not shutting down after running Orion Windows tests on Hudson | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> |
| Component: | Releng | Assignee: | John Arthorne <john.arthorne> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ken_walker, simon_kaegi, webmaster |
| Version: | unspecified | ||
| Target Milestone: | 3.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
John Arthorne
From some reading we need to add a line like this: taskkill /f /im chrome.exe It seems a bit heavy-handed but I haven't found a way in jstestdriver to shutdown just the specific browser tab that was used by the test. I have added the taskill line to the hudson job configuration. We'll see if that fixes it. If that works we can move it into hudson.bat in our build scripts to make the Hudson job configuration simpler. This was fixed. |