> On Oct. 31, 2016, 11:33 a.m., Alexander Rukletsov wrote: > > src/launcher/default_executor.cpp, lines 1047-1055 > > <https://reviews.apache.org/r/53227/diff/1/?file=1547617#file1547617line1047> > > > > Let's swap these two conditions.
We won't swap, since doing so will lead to a situation when the process exits with `1` if just `--help` is passed. - Alexander ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53227/#review154244 ----------------------------------------------------------- On Oct. 27, 2016, 4:13 p.m., Gastón Kleiman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/53227/ > ----------------------------------------------------------- > > (Updated Oct. 27, 2016, 4:13 p.m.) > > > Review request for mesos and Alexander Rukletsov. > > > Bugs: MESOS-6288 > https://issues.apache.org/jira/browse/MESOS-6288 > > > Repository: mesos > > > Description > ------- > > Added the '--launcher_dir' flag to the default executor. > > > Diffs > ----- > > src/launcher/default_executor.cpp af4a97f7de5f2157aa65fdab742455b0683c40a4 > src/slave/slave.cpp 881c10ac61d1e4fdeabdc42c0a41508c36f49040 > > Diff: https://reviews.apache.org/r/53227/diff/ > > > Testing > ------- > > `make check` > > > Thanks, > > Gastón Kleiman > >
