chiark / gitweb /
test-common: Set PYTHONBYTECODEBASE to /dev/null
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 16:43:19 +0000 (17:43 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 18:16:15 +0000 (19:16 +0100)
commit6f4072caca4c175b8a82410cd54d8da7f2311d43
treed8cb9b20ef4376bdc2b656df7d024f1b5c3139ea
parentade2f886242ec3e7ca189067accaf745aa43f5c1
test-common: Set PYTHONBYTECODEBASE to /dev/null

Python is not entirely reliable at figuring out when its .pyc files
are out of date, especially if you do something like
  git-rebase -i --exec 'make check-mtest' <commitish>

So squash the bytecode cache entirely.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
test-common.make.in