One option is to set the output buffer of your IDE large enough so that test output is retained.
Another option, though tedious, is to issue 'tail -f ' command and redirect its output to a file when the test is running. Cheers On Mon, Nov 24, 2014 at 1:48 AM, Qiang Tian <[email protected]> wrote: > Hi Guys, > I want to check *-output.txt file, but it is deleted if testcase run good. > currently I have to intentionally make it run fail so I can get the file. > > thanks. >
