I am trying to call teststand via cmd line and pass in the /outputToStdIO argument but it never returns anything. This is incredibly frustrating and I cant find any details of this actually worinfg as described in the online help doc here:
https://zone.ni.com/reference/en-XX/help/370052AA-01/tsfundamentals/infotopics/startup_opt/
The cmd I am running is as follows start /wait SeqEdit.exe -run MainSequence "C:\Users\Public\Documents\National Instruments\TestStand 2019 (32-bit)\Examples\Demos\Computer Motherboard Test\LabVIEW\Computer Motherboard Test Sequence.seq" -outputToStdIO -quit
This successfully runs the sequence and returns but I never get anything out of the -outputToStdIO argument. Is there any suggestions from anyone here? The end goal is to write a script that gets called via Jenkins
Thanks