TcUnit icon indicating copy to clipboard operation
TcUnit copied to clipboard

feat: add os independent environment variable at parameter xUnitFilePath

Open philippleidig opened this issue 1 year ago • 2 comments

see #232

philippleidig avatar Apr 08 '24 05:04 philippleidig

Looks great! Only one comment. Can you add an example of where it would point to on a Tc/BSD system? So in your example:

- %TC_BOOTPRJPATH% -> e.g. C:\TwinCAT\3.1\Boot\
- %TC_INSTALLPATH% -> e.g. C:\TwinCAT\3.1\

Could you change it to something like:

- %TC_BOOTPRJPATH% -> e.g. C:\TwinCAT\3.1\Boot\ (for Windows), /blabla/ (For Tc/BSD)
- %TC_INSTALLPATH% -> e.g. C:\TwinCAT\3.1\  (for Windows), /blabla/ (For Tc/BSD)

Have obviously no idea what the path on Tc/BSD is.

sagatowski avatar Apr 24 '24 14:04 sagatowski

thanks for the hint 👍

philippleidig avatar Apr 30 '24 16:04 philippleidig

This is great. Thanks @philippleidig.

sagatowski avatar May 03 '24 15:05 sagatowski