Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

interactive test capture

  • Thread starter Thread starter rimorphis
  • Start date Start date
R

rimorphis

Guest
I am trying to implement interactive test capture (ITC).
Not being used to windows command line I'm having some
issues trying to set it up as pure batch, but I suspect
I'll slog through that okay. The main problem is that
my tests are running twice. And since each one may
potentially take up to half an hour ...

Just a tad annoying.

So I'd appreciate it if anybody has seen something
similar and has a solution they would share.

Thanks,
Robert
 
Thought I would let people know the solution,
if not the cause.

my original implementation was either from the command line or from a batch file, as such:

mkodt -s scriptFilename.sh

or

call mkodt -s scriptFilename.sh

Then, because I was annoyed with the
"This has no pertinence to intel_a"
message I used:

call mkodt -NoPert -s scriptFilename.sh

and viola, no more repetitive replays of captured
tests.

Robert
 

Part and Inventory Search

Sponsor

Back
Top