mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Fixes for running with gcov
This commit is contained in:
parent
f27ca6f667
commit
67034b6d52
7 changed files with 13 additions and 9 deletions
|
|
@ -27,7 +27,7 @@ sub gcov_prepare ($) {
|
|||
print "Purging gcov information from '$dir'...\n";
|
||||
|
||||
system("find $dir -name \*.gcov -o -name \*.da"
|
||||
. " -o -name \*.gcda | grep -v 'README.gcov\$' | xargs rm");
|
||||
. " -o -name \*.gcda | xargs rm");
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue