Skip to content

Commit

Permalink
Get stats on S24
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jan 12, 2012
1 parent e8a2962 commit d740641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_summary
Expand Up @@ -75,7 +75,7 @@ for my $tfile (@tfiles) {

# Prepare arrays and hashes to gather and accumulate test statistics
my @col = qw(pass fail todo skip plan spec);
my @syn = qw(S02 S03 S04 S05 S06 S07 S09 S10 S11 S12 S13 S14 S16 S17 S19 S28 S29 S32 int);
my @syn = qw(S02 S03 S04 S05 S06 S07 S09 S10 S11 S12 S13 S14 S16 S17 S19 S24 S28 S29 S32 int);
my %syn; # number of test scripts per Synopsis
my %sum; # total pass/fail/todo/skip/test/plan per Synposis
my $syn;
Expand Down

0 comments on commit d740641

Please sign in to comment.