----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50570/#review144244 -----------------------------------------------------------
Ship it! Ship It! - Vinod Kone On July 29, 2016, 10:32 a.m., Pierre Cheynier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/50570/ > ----------------------------------------------------------- > > (Updated July 29, 2016, 10:32 a.m.) > > > Review request for mesos and Greg Mann. > > > Bugs: MESOS-5922 > https://issues.apache.org/jira/browse/MESOS-5922 > > > Repository: mesos > > > Description > ------- > > Doing a simple `mesos-agent --help` should return with exit_status=0. > It's not the case since work_dir is considered as mandatory. > > > Diffs > ----- > > src/slave/main.cpp a4d971a00f18af661a8bf2cb4f580d35f7c76d10 > > Diff: https://reviews.apache.org/r/50570/diff/ > > > Testing > ------- > > $ ./boostrap > $ mkdir build && cd build > $ ../configure > $ make > $ make check > $ ./build/src/mesos-agent --help > /dev/null; echo $? > 0 > $ ./build/src/mesos-agent --work_dir='/mnt/mesos' > /dev/null; echo $? > 0 > $ ./build/src/mesos-agent --work_dir='/mnt/mesos' --master=localhost:5050; > echo $? > WARNING: Logging before InitGoogleLogging() is written to STDERR > I0728 17:01:43.261836 23247 main.cpp:243] Build: 2016-07-28 16:16:49 by pierre > I0728 17:01:43.261925 23247 main.cpp:244] Version: 1.1.0 > I0728 17:01:43.261930 23247 main.cpp:251] Git SHA: > beda6ffb72687d9f5c23b07552cadf42756bcd75 > (...) > > > Thanks, > > Pierre Cheynier > >
