Skip to content

Commit

Permalink
more c9, still can't get common to work
Browse files Browse the repository at this point in the history
  • Loading branch information
awick committed Dec 27, 2021
1 parent f79bf58 commit 2be0352
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .c8rc
@@ -0,0 +1,3 @@
{
"reporter": ["html", "text-summary"]
}
7 changes: 4 additions & 3 deletions tests/tests.pl
Expand Up @@ -394,10 +394,11 @@ sub doViewer {
$main::debug = 1;
shift @ARGV;
} elsif ($ARGV[0] eq "--c8") {
my @files = glob("../*/coverage/tmp/*");
print "len:", scalar(@files), "@files\n";
system("rm -f @files") if (scalar(@files) > 0);
$main::c8 = 1;
$main::debug = 1;
system("rm -rf ../viewer/coverage");
system("rm -rf ../wiseService/coverage");
system("rm -rf ../parliament/coverage");
shift @ARGV;
} elsif ($ARGV[0] eq "--insecure") {
$INSECURE = "--insecure";
Expand Down

0 comments on commit 2be0352

Please sign in to comment.