Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename csv file to *.csv
  • Loading branch information
coke committed Aug 25, 2013
1 parent 012193b commit 7f0daa3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -3,7 +3,7 @@
(roast) by several different implementations, as well as tracking the
results of those runs.

See "perl6_pass_rates" for the data.
See "perl6_pass_rates.csv" for the data.

Each implementation's last run is checked in under a corresponding
".out" file. Check your implementation's file for any failures or
Expand Down
2 changes: 1 addition & 1 deletion bin/days_since.pl
Expand Up @@ -2,7 +2,7 @@

my %status;

my $data-file = open 'perl6_pass_rates';
my $data-file = open 'perl6_pass_rates.csv';

my @lines = $data-file.lines;
@lines.shift; # skip headers
Expand Down
2 changes: 1 addition & 1 deletion doit
Expand Up @@ -5,7 +5,7 @@ nice -20 ./bin/niecza.sh
nice -20 ./bin/rakudo.sh
nice -20 ./bin/rakudo.jvm.sh
TEMPFILE="TEMPFILE"
PASSFILE="perl6_pass_rates"
PASSFILE="perl6_pass_rates.csv"
OUTPUT=`./cull`
HEADER=`head -1 $PASSFILE`
echo "$HEADER" > $TEMPFILE
Expand Down
File renamed without changes.

0 comments on commit 7f0daa3

Please sign in to comment.