From 82aa9c7302dc6d5c826b1ed11b3a88c252426b9c Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Fri, 19 Jan 2024 21:59:21 +0100 Subject: [PATCH] Remove temporary files created by the testsuite execution --- mariadb.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mariadb.spec b/mariadb.spec index 5f808c2..f4164b3 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -1245,6 +1245,8 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 1100 )) # There might be a dangling symlink left from the testing, remove it to not be installed rm -rf ./var + # Remove temporary files created by the testsuite execution + find ./ -type f -name '*~' -exec rm {} + ) # NOTE: the Spider SE has 2 more hidden testsuites "oracle" and "oracle2".