GitHub user jbliznak opened a pull request:
https://github.com/apache/maven-surefire/pull/179
[SUREFIRE-1479] Force UNIX Standard mode for ps command on HP-UX OS
[SUREFIRE-1479](https://issues.apache.org/jira/browse/SUREFIRE-1479)
Workaround different set of arguments of ps command on HP-UX by switching
it into UNIX Standard mode.
http://www.polarhome.com/service/man/?qf=ps&tf=2&of=HP-UX&sf=1
http://www.polarhome.com/service/man/?qf=standards&tf=2&of=HP-UX&sf=5
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbliznak/maven-surefire SUREFIRE-1479
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-surefire/pull/179.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 #179
----
commit 9e8c51ecc3029e7b3e0aa0b6d7721ad0a37426e4
Author: Jan Bliznak <jbliznak@...>
Date: 2018-03-16T15:53:42Z
[SUREFIRE-1479] Force UNIX Standard mode for ps command on HP-UX OS
----
---