sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 25a1a19832878a91330dda0d65af7756715a2b8a
parent d9627a226f6cb00419d7f280978dccb9538297b5
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sat,  2 Jul 2016 00:49:19 +0200

tools/cover.pl: remove untarring the cover dbs

Diffstat:
Mtools/cover.pl | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git 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"; -}