Re: [MTT devel] Question about adding executable tests to the "Test Run" phase

2010-11-12 Thread DongInn Kim
ftb_watchdog is one of the ftb test programs and it is built during Test Build phase so it is compiled in MTT/Test/Build.pm. It is installed installs/ftb-nightly-trunk--platform--0.6.2/tests/ftb-test/components where installs/ftb-nightly-trunk--platform--0.6.2/install is the place for the ftb i

Re: [MTT devel] Question about adding executable tests to the "Test Run" phase

2010-11-12 Thread Jeff Squyres
On Nov 12, 2010, at 11:08 AM, DongInn Kim wrote: > Hi, > > MTT::Test::Specify::Simple::Specify(/nfs/rinfs/san/homedirs/ftbteam/svn/mtt_trunk/lib/MTT/Test/Specify/Simple.pm:130): > 130:if (-x $t or $MTT::DoCommand::no_execute) { > DB<51> p $t > ftb_watchdog > > > Here is the ste

Re: [MTT devel] Question about adding executable tests to the "Test Run" phase

2010-11-12 Thread DongInn Kim
Hi, I even tried to add my test dir containing the executable file ftb_watchdog to $ENV{PATH} but still mtt can not see ftb_watchdog executable. MTT::Test::Specify::Simple::Specify(/nfs/rinfs/san/homedirs/ftbteam/svn/mtt_trunk/lib/MTT/Test/Specify/Simple.pm:130): 130:if (-x $t or