GitHub user radhikaj opened a pull request:
https://github.com/apache/mesos/pull/289
Fixtestflags
Fixing bug described in
https://issues.apache.org/jira/browse/MESOS-8857
echo on windows just reproduces the command line args it receives and does
not apply any text processing to it. The Flags test in SubProcessTest expects
standard text processing to be applied to the command line args. Therefore
instead of using echo on windows to test that flags are being fed correctly to
a console app, we add test-flags.exe which receives command line args via argv
and prints argv's elements out with a space in between.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/radhikaj/mesos fixtestflags
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mesos/pull/289.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 #289
----
----
---