Skip to content

Commit

Permalink
add note about verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Mar 19, 2018
1 parent efee510 commit de006c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xt/examples-compilation.t
Expand Up @@ -18,6 +18,11 @@ avoid requiring a body.
Skip any bits marked :skip-test unless the environment variable
P6_DOC_TEST_FUDGE is set to a true value.
Note: This test generates a lot of noisy output to stderr; we
do hide $*ERR, but some of these are emitted from parts of
the compiler that only know about the low level handle, not the
Perl 6 level one.
=end overview

my @files = Test-Files.files.grep({$_.ends-with: '.pod6'});
Expand Down

0 comments on commit de006c7

Please sign in to comment.