Forum Discussion

AndyHughes's avatar
AndyHughes
Regular Contributor
14 years ago

Load Tests via the command line never end.

This is what I'm trying to run from a batch script

set dir="C:\Program Files\eviware\loadUI-1.5.0\"

call %dir%loadui-cmd.bat -l -p C:\Users\user.name\.loadui\Service.xml -t Test1
call %dir%loadui-cmd.bat -l -p C:\Users\user.name\.loadui\Service.xml -t Test2
call %dir%loadui-cmd.bat -l -p C:\Users\user.name\.loadui\Service.xml -t Test3
call %dir%loadui-cmd.bat -l -p C:\Users\user.name\.loadui\Service.xml -t Test4

But the 1st test doesn't appear to end.
If I press 'ctrl c' after the duration of the test has elapsed there is a message saying ShellTUI: No standard input....exiting
Terminate batch job (Y/N)?
If I select Y it terminates
If I select 'N' then the next test, Test2, starts, but it doesn't appear able to end the 1st test on its own. The test does run it's course and the results are produced - just doesn't seem to close down at the end enabling the second line of the batch file to be executed.
  • I have the same problem.
    Andy, did you find the solution for this problem?

    Regards,
    Sergey.
  • AndyHughes's avatar
    AndyHughes
    Regular Contributor
    Hi, Yeah there is also another thread of mine on this subject and apparently the issue is fixed in the latest nightly build (although I haven't got round to testing it yet).