mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00

Trying to use run_tests.py for testing is more trouble than it's worth; reverted to rt.bat. Also cleaned up rt.bat a bit. Trying to use hg purge to clean up after testing is also error-prone, so we're back to using the build solution's Clean targets.
2 lines
67 B
Batchfile
2 lines
67 B
Batchfile
@rem Used by the buildbot "clean" step.
|
|
@call "%~dp0clean.bat" x64
|