JamesMc86 / G-CLI

A proxy mechanism allow LabVIEW programs to easily write out to the command line.
BSD 2-Clause "Simplified" License
71 stars 19 forks source link

pass g-cli args to integration tests pwsh script #152

Closed jimkring closed 10 months ago

jimkring commented 12 months ago

These changes allows g-cli arguments (--lv-ver, --x64, etc.) to be passed from the justfile to the powershell script.

JamesMc86 commented 10 months ago

I'm afraid I've busted this PR. I've moved the integration testing to rust because powershell was just too flakey.

There isn't an easy way to pass this in there but I'm thinking we could use a env variable which may actually be good for the whole product so I've opened this issue to discuss: https://github.com/JamesMc86/G-CLI/issues/154