AndyHughes
14 years agoRegular Contributor
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.
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.