Hi,
I have built a custom teststand UI, I would now like to run a sequence file via the command line and have it wait for the sequence to finish and respond with a return code. The sequence file is very simple and is set to FAIL the test. I have tried the following command
start /wait TestExec -Quit -OutputToStdIO /runEntryPoint "Single Pass" C:\Users\user\Desktop\Sequence.seq
but I do not get any output in the stdout and when I request the exit code using ECHO %ERRORLEVEL% after the sequence returns I get a value of 0, even thought it should be 2 since the sequence failed.
Any ideas?
Thanks in advance