summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.bat b/make.bat
index 58765456..d7c1091b 100644
--- a/make.bat
+++ b/make.bat
@@ -98,7 +98,7 @@ if "%1" == "uninstall" (
)
if "%1" == "test" (
- call :build
+ call :install
%PYTHON% %TSCRIPT%
goto :eof
)