Skip to content

Commit

Permalink
More script fixes
Browse files Browse the repository at this point in the history
Use correct spectest.data path
  • Loading branch information
vrurg committed Jul 23, 2020
1 parent 6fd0981 commit 333ce78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/autounfudge.pl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ sub eval_server {

my @files;

$specfile = 't/spectest.data' if $auto;
$specfile = 't/spec/spectest.data' if $auto;

if ($specfile){
@files = read_specfile($specfile);
Expand Down Expand Up @@ -240,7 +240,7 @@ sub usage {
--debug Enable debug output
--impl impl Specify a different implementation
--specfile file Specification file to read filenames from
--auto use t/spectest.data for --specfile
--auto use t/spec/spectest.data for --specfile
--keep-env Keep RAKUDOLIB environment variable.
--exclude regex Don't run the tests that match regex
--section number Run only on tests belonging to section <number>
Expand Down
2 changes: 1 addition & 1 deletion tools/update-passing-test-data.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ =head1 DESCRIPTION
it prints out a short summary about the status of this file.
This is primarily used to identify tests that could be added to
F<t/spectest.data>, and those that are worth a closer look. But
F<t/spec/spectest.data>, and those that are worth a closer look. But
please don't add them blindly just because they all pass - chances are that
there's a good reason for them not already being included.
Expand Down

0 comments on commit 333ce78

Please sign in to comment.