]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add clean-local target to clean pytest runner artifacts
authorTom Krizek <tkrizek@isc.org>
Wed, 16 Aug 2023 08:38:09 +0000 (10:38 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 21 Aug 2023 13:54:40 +0000 (15:54 +0200)
commitd66ff81543dee6e07d975d5136d01505d72ac69f
tree638f2b07f4c12dbb41f71308ef5a48ea0a094ff2
parent83ddca76902bb54735528fa365e4b6c323b640fe
Add clean-local target to clean pytest runner artifacts

The command finds all directories in bin/tests/system which contain an
underscore. Underscore indicates either a temporary directory (_tmp_), a
symlink to test artifacts (TESTNAME_MODULENAME), or a python-related
cache. Using underscore for a system test name is invalid and a hyphen
must be used instead.
bin/tests/system/Makefile.am