diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-03-15 19:36:46 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-03-16 14:58:56 +0000 |
commit | a60ed284931e7b0af5596d63e8e127f779dbce2c (patch) | |
tree | 5e54414f70f8d42d2c5703d515e80f62e923bd8e /run_project_tests.py | |
parent | 3ac3e125e4f3f74d95bdb20094ff4378dc10c872 (diff) | |
download | meson-vsmodver.tar.gz |
Update VS module version check.vsmodver
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 149caa26a..ab97ca93b 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() |