Skip to content

Commit b190f96

Browse files
committed
Revert "Add ability to specify just 1 file for t/pod-valid.t"
This reverts commit 421d2b0.
1 parent 0389774 commit b190f96

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

t/pod-valid.t

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ use Test-Files;
77

88
=begin overview
99
10-
Ensure any text that isn't a code example has valid POD6.
11-
Specify a file as an argument to test just that file. Otherwise, tests
12-
all .pod6 and .t files it can find.
10+
Ensure any text that isn't a code example has valid POD6
1311
1412
=end overview
1513

1614
my $max-jobs = %*ENV<TEST_THREADS> // 2;
1715

18-
my @files = @*ARGS || Test-Files.files.grep({$_.ends-with: '.pod6'|'.t'});
16+
my @files = Test-Files.files.grep({$_.ends-with: '.pod6'|'.t'});
1917

2018
plan +@files;
2119

0 commit comments

Comments
 (0)