Hello,
I've noticed that calling a VI with a project path as argument on Mac loads the project instead of just passing the path to the VI.
Here's my command. At the moment the VI I'm calling, TestRunner.vi, has only the property node that reads the arguments on it's BD connected to an indicator.
Here's my command:
/Applications/National\ Instruments/LabVIEW\ 2021\ 64-bit/LabVIEW.app/Contents/MacOS/LabVIEW /Users/jenkins/Perforce/mainline/VIs/TestRunner.vi -- “/Users/jenkins/Perforce/mainline/VIs/vi_pipe_104734.txt” “/Users/jenkins/Perforce/DEV21/System/All_Unit_Tests.lvproj” “/var/folders/pp/mmhm0mts54g08gh86czgyp4h0000gn/T/tmp1668613654.log”
The project contains a series of test classes and suits for the JKI unit tester.
Any idea what I'm doing wrong? I need the path to be passed down to the VI and later have the JKI unit test api parse the project for test classes.
Thanks
Lucian