aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-06-22 00:01:29 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-06-22 00:01:29 +0200
commitd9627a226f6cb00419d7f280978dccb9538297b5 (patch)
tree060ee7351482ff7ca1f4b5d54dfe4f5a49aa469d /tools
parent0c5d79313ee601bfd731b0f0f6eedbb28f33dabd (diff)
downloadsbotools-d9627a226f6cb00419d7f280978dccb9538297b5.tar.xz
tools/cover.pl: no need to write the combined cover_db
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cover.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/cover.pl b/tools/cover.pl
index 0fa5716..92ceae1 100755
--- a/tools/cover.pl
+++ b/tools/cover.pl
@@ -56,5 +56,3 @@ if ($num == 0) {
foreach my $build_dir (glob("cover_db/$build.*/")) {
system '/bin/bash', '-c', "cd $build_dir; tar xvf cover_db.tar";
}
-
-system 'cover', '-write', "cover_db/$build", glob("cover_db/$build.{1,2,3,4,5,6,7,8}/cover_db/");