Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82b00f commit e2f6899Copy full SHA for e2f6899
1 file changed
PCbuild/rt.bat
@@ -15,10 +15,10 @@
15
@rem runs
16
@rem python_d ../lib/test/regrtest.py -g test_binascii
17
@rem to generate the expected-output file for binascii quickly.
18
+@setlocal
19
@set _exe=python
20
@set _qmode=no
21
@set _dashO=
-@set _oldpath=%PATH%
22
@PATH %PATH%;..\..\tcltk\bin
23
@goto CheckOpts
24
:Again
@@ -38,8 +38,3 @@
38
@pause
39
:Qmode
40
%_exe% %_dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
41
-@set _exe=
42
-@set _qmode=
43
-@set _dashO=
44
-@PATH %_oldpath%
45
-@set _oldpath=
0 commit comments