From ecd8c7e4af52109a6f319bb99d50f1a615da784d Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 15 Mar 2021 19:36:46 +0000 Subject: Update VS module version check. --- run_project_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run_project_tests.py') 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() -- cgit v1.1