cpython/Tools/freeze/test
Miss Islington (bot) 4499e6caff
[3.11] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110457)
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 a4baa9e8ac)

Co-authored-by: Victor Stinner <vstinner@python.org>
2023-10-06 01:32:21 +00:00
..
Makefile bpo-31462: Remove trailing whitespaces. (#3564) 2017-09-14 09:38:36 +03:00
freeze.py [3.11] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110457) 2023-10-06 01:32:21 +00:00
ok.py Add test case for freeze. 2014-03-30 20:18:58 +02:00