Skip to content

Commit

Permalink
git revisions aren't numeric.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 13, 2009
1 parent d034e86 commit c27357b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/spec_info.pl
Expand Up @@ -59,7 +59,7 @@

my $diff = $end - $start;

printf {$csv_fh} '"%s",%i,"%s",%i,%i,%i,%i,%i,%i' . "\n",
printf {$csv_fh} '"%s","%s","%s",%i,%i,%i,%i,%i,%i' . "\n",
$time,$revision,$parrot_revision,$files,$total,$passed,$failed,$skipped,$diff;

close $sum_fh;
Expand Down

0 comments on commit c27357b

Please sign in to comment.