GitHub user ottobackwards reopened a pull request:
https://github.com/apache/incubator-metron/pull/351
METRON-561 the system property should override the sys env shell if set
When running mvn integration-test , after having set EDITOR=vim in my
.zshrc I see the following:
Running org.apache.metron.management.ShellFunctionsTest
Vim: Warning: Output is not to a terminal
Vim: Warning: Input is not from a terminal
And the tests never complete.
The tests should run to completion and not count on system variables being
configured the "right" way
---
If the System.Property for EDITOR is set, then let that override the sys env
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ottobackwards/incubator-metron METRON-561
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/351.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 #351
----
commit b1cf0825e91bcbed007b98cc5c2f396caaed5366
Author: Otto Fowler <[email protected]>
Date: 2016-11-10T16:59:07Z
the system property should override the sys env shell if set
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---