Re: How to enable logs when running UT cases

2015-09-01 Thread Klaus Ma
Thanks all your help, I works :). Regards, Klaus Ma (马达), PMP® | Advisory Software Engineer Platform Symphony & MapReduce Development & Support, STG, IBM GCG +86-10-8245 4084 | mad...@cn.ibm.com | http://www.cguru.net > On Sep 1, 2015, at 13:57, haosdent wrote: > > How

Re: How to enable logs when running UT cases

2015-08-31 Thread haosdent
How two way to do this: If use mesos-tests.sh: GLOG_v=1 ./bin/mesos-tests.sh --gtest_filter="xxx" --verbose If use make check: GLOG_v=1 MESOS_VERBOSE=1 make check GTEST_FILTER="xxx" On Tue, Sep 1, 2015 at 1:07 PM, Klaus Ma wrote: > Hi team, > > I’m working on MESOS-3070

Re: How to enable logs when running UT cases

2015-08-31 Thread Marco Massenzio
Use ./bin/mesos-test.sh --verbose — Sent from Mailbox On Mon, Aug 31, 2015 at 10:07 PM, Klaus Ma wrote: > Hi team, > I’m working on MESOS-3070 (Master CHECK failure if a framework uses > duplicated task id); the fix was passed in Ubuntu 14.04 but failed at Mac OS, > so is

How to enable logs when running UT cases

2015-08-31 Thread Klaus Ma
Hi team, I’m working on MESOS-3070 (Master CHECK failure if a framework uses duplicated task id); the fix was passed in Ubuntu 14.04 but failed at Mac OS, so is there any parameter to enable logs when run UT cases? So I can check what happened in Mac OS. I export MESOS_VERBOSE, but it seems