summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-04-27 17:58:58 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-04-27 17:58:58 +0200
commitc7d059d860d3457f602f08ad44e788421ecd80d5 (patch)
tree4bbd2c5b4b2b679a46401f45456e380b1d1ed741 /make.bat
parent41a4fd641ff669fa59f67d5532ea3483df5f05ad (diff)
downloadpsutil-c7d059d860d3457f602f08ad44e788421ecd80d5.tar.gz
docs/make.bat was wrong
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 185fc951..98456457 100644
--- a/make.bat
+++ b/make.bat
@@ -23,7 +23,7 @@ if "%PYTHON%" == "" (
set PYTHON=C:\Python27\python.exe
)
if "%TSCRIPT%" == "" (
- set TSCRIPT=psutil\tests\runner.py
+ set TSCRIPT=psutil\tests\__main__.py
)
rem Needed to locate the .pypirc file and upload exes on PYPI.