Skip to content

Commit 1ea9027

Browse files
committed
rt.bat: use -m test instead of Lib\test\regrtest.py
1 parent 0402b43 commit 1ea9027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/rt.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if "%1"=="-x64" (set prefix=%pcbuild%amd64\) & shift & goto CheckOpts
4242
if NOT "%1"=="" (set regrtestargs=%regrtestargs% %1) & shift & goto CheckOpts
4343

4444
set exe=%prefix%python%suffix%.exe
45-
set cmd="%exe%" %dashO% -Wd -E -bb "%pcbuild%..\lib\test\regrtest.py" %regrtestargs%
45+
set cmd="%exe%" %dashO% -Wd -E -bb -m test %regrtestargs%
4646
if defined qmode goto Qmode
4747

4848
echo Deleting .pyc/.pyo files ...

0 commit comments

Comments
 (0)