mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
![]() gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451)
Fix test_tools.test_freeze on FreeBSD: run "make distclean" instead
of "make clean" in the copied source directory to remove also the
"python" program.
Other test_freeze changes:
* Log executed commands and directories, and the current directory.
* No longer uses make -C option to change the directory, instead use
subprocess cwd parameter.
(cherry picked from commit
|
||
---|---|---|
.. | ||
freeze.py | ||
Makefile | ||
ok.py |