From issues-return-127950-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sat Feb 10 01:42:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 55411180654 for ; Sat, 10 Feb 2018 01:42:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 45873160C4C; Sat, 10 Feb 2018 00:42:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8C311160C5F for ; Sat, 10 Feb 2018 01:42:04 +0100 (CET) Received: (qmail 70945 invoked by uid 500); 10 Feb 2018 00:42:03 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 70934 invoked by uid 99); 10 Feb 2018 00:42:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Feb 2018 00:42:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 42D551A0666 for ; Sat, 10 Feb 2018 00:42:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.511 X-Spam-Level: X-Spam-Status: No, score=-101.511 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 8vSFBIS-O6WH for ; Sat, 10 Feb 2018 00:42:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 4619F5F67B for ; Sat, 10 Feb 2018 00:42:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 812FAE0115 for ; Sat, 10 Feb 2018 00:42:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3C4A821E84 for ; Sat, 10 Feb 2018 00:42:00 +0000 (UTC) Date: Sat, 10 Feb 2018 00:42:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SUREFIRE-1475) PpidChecker.windows() assumes wmic is on the path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SUREFIRE-1475?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1= 6359148#comment-16359148 ]=20 ASF GitHub Bot commented on SUREFIRE-1475: ------------------------------------------ GitHub user awallgren opened a pull request: https://github.com/apache/maven-surefire/pull/174 https://issues.apache.org/jira/browse/SUREFIRE-1475 Don't assume wmic is on the path on windows. You can merge this pull request into a Git repository by running: $ git pull https://github.com/awallgren/maven-surefire master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-surefire/pull/174.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #174 =20 ---- commit e5fba76e2a2e94489978da86a80a86e7cd6b0996 Author: Anders Wallgren Date: 2018-02-10T00:39:35Z https://issues.apache.org/jira/browse/SUREFIRE-1475 =20 Don't assume wmic is on the path on windows. ---- > PpidChecker.windows() assumes wmic is on the path > ------------------------------------------------- > > Key: SUREFIRE-1475 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1475 > Project: Maven Surefire > Issue Type: Bug > Components: process forking > Affects Versions: 2.20.1 > Environment: Windows > Reporter: Anders Wallgren > Priority: Major > > =C2=A0 > {{PpidChecker.windows()}} assumes that the wmic executable is on the path= , which isn't always the case. > A better approach would probably be to use {{%SystemRoot%\System32\Wbem\w= mic}}. > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)