From: Jan Hák Date: Mon, 22 Jun 2026 12:19:19 +0000 (+0200) Subject: tests-redis: remove RLTest lockfile in tmp to avoid problems with removing when user... X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fknot-dns.git tests-redis: remove RLTest lockfile in tmp to avoid problems with removing when user changes --- diff --git a/tests-redis/Makefile.am b/tests-redis/Makefile.am index 12c8cdd5ec..4e1ecbc27e 100644 --- a/tests-redis/Makefile.am +++ b/tests-redis/Makefile.am @@ -20,6 +20,7 @@ test: env $(VENV)/bin/RLTest --randomize-ports --clear-logs --parallelism 4 \ $(if $(OSS_REDIS_PATH),--oss-redis-path $(OSS_REDIS_PATH)) \ $(if $(NO_VALGRIND),,--use-valgrind) + rm -f /tmp/rltest_portfile.lock clean-local: rm -rf $(VENV) __pycache__ logs