Skip to content

Commit 2730d4e

Browse files
committed
Enhance output of test batch script: add additional environment variable information
1 parent 65ca577 commit 2730d4e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@
864864
"cwd": "scripts",
865865
"env": {
866866
"UNATTENDED": "1",
867+
"RELEASE": "0",
867868
"PYTHON": "${command:python.interpreterPath}",
868869
},
869870
"statusbar": {

scripts/_tests_.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@ echo Modname=%MODNAME%
1717
echo LibName=%LIBNAME%
1818
echo LibVersion=%VERSION%
1919
echo DLModulePath=%DATALAB_MODULE_PATH%
20+
echo ===========================================================================
21+
echo Python=%PYTHON%
22+
echo WINPYDIRBASE=%WINPYDIRBASE%
23+
echo PYTHONPATH=%PYTHONPATH%
24+
echo ===========================================================================
2025

2126
call %FUNC% EndOfScript

0 commit comments

Comments
 (0)