IVCTool / IVCT_Framework

For IVCT Framework Developers. Core System for the IVCT (Integration, Verification and Certification Tool) for HLA Federates
Apache License 2.0
16 stars 4 forks source link

Runner should output the TS version used #155

Closed bergtwvd closed 5 years ago

bergtwvd commented 5 years ago

It would be good to see some information in the log about the TS version that is used by the Runner, Just a sanity check to make sure the correct version is used. Maybe as simple as the content of a VERSION file that is echo-ed on the output.

rhzg commented 5 years ago

The runner (TestEngine, TC.exec) now shows the release tag together with 'git describe --all' information about the actual code version. This function is included in the Factory. initialize and will be shown in all IVCT processes as logger.info message. see #200