-also exclude perf
authorChristian Grothoff <christian@grothoff.org>
Mon, 17 Sep 2012 20:37:06 +0000 (20:37 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 17 Sep 2012 20:37:06 +0000 (20:37 +0000)
contrib/coverage.sh

index b53a3828212c53269e86be990dfc38f8736b08f6..dd6a6ab53cbffb94f07c413240b2929d0d0fa358 100755 (executable)
@@ -2,7 +2,7 @@
 # make sure configure was run with coverage enabled...
 lcov --directory . --zerocounters
 make check
-rm `find * -name "test_*.gc??"`
+rm `find * -name "test_*.gc??"` `find * -name "perf_*.gc??"`
 for n in `find * -name "*.gc??" | grep libs`
 do
   cd `dirname $n`