aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-07-02 00:49:19 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-07-02 00:49:19 +0200
commit25a1a19832878a91330dda0d65af7756715a2b8a (patch)
tree7d156dd0dc9cf385d297c3b89dc0d3fa1aba32c1 /tools
parentd9627a226f6cb00419d7f280978dccb9538297b5 (diff)
downloadsbotools2-25a1a19832878a91330dda0d65af7756715a2b8a.tar.xz
tools/cover.pl: remove untarring the cover dbs
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cover.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/cover.pl b/tools/cover.pl
index 92ceae1..e425992 100755
--- a/tools/cover.pl
+++ b/tools/cover.pl
@@ -52,7 +52,3 @@ while (my @files = $f_iter->next_page) {
if ($num == 0) {
die "No files found for build number $build.\n";
}
-
-foreach my $build_dir (glob("cover_db/$build.*/")) {
- system '/bin/bash', '-c', "cd $build_dir; tar xvf cover_db.tar";
-}