----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21408/ -----------------------------------------------------------
Review request for mesos and Benjamin Hindman. Repository: mesos-git Description ------- Calling the mesos executor with "./mesos-executor --override ./foo --bar" would cause the executor flags parsing to fail as it would continue evaluating arguments as potential flags candidates. r21388 and r21384 adds the option to use a "--" terminator, which will cause the mesos flag parsing to stop and modify argv to contain the remaining arguments. Diffs ----- src/launcher/executor.cpp f1ec656 src/tests/slave_tests.cpp eca276b Diff: https://reviews.apache.org/r/21408/diff/ Testing ------- make check with modified test. Thanks, Niklas Nielsen
