Remove temporary files created by the testsuite execution

This commit is contained in:
Michal Schorm 2024-01-19 21:59:21 +01:00
parent 531f5a4b5c
commit 0488616973
1 changed files with 2 additions and 0 deletions

View File

@ -1267,6 +1267,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".