diff options
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index 149caa2..ab97ca9 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -1338,6 +1338,8 @@ if __name__ == '__main__': print('Meson build system', meson_version, 'Project Tests') print('Using python', sys.version.split('\n')[0]) + if 'VSCMD_VER' in os.environ: + print('VSCMD version', os.environ['VSCMD_VER']) setup_commands(options.backend) detect_system_compiler(options) print_tool_versions() |