Remove temporary files created by the testsuite execution
This commit is contained in:
parent
531f5a4b5c
commit
0488616973
@ -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
|
# There might be a dangling symlink left from the testing, remove it to not be installed
|
||||||
rm -rf ./var
|
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".
|
# NOTE: the Spider SE has 2 more hidden testsuites "oracle" and "oracle2".
|
||||||
|
Loading…
Reference in New Issue
Block a user