Skip to content

Commit de006c7

Browse files
committed
add note about verbosity
1 parent efee510 commit de006c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xt/examples-compilation.t

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ avoid requiring a body.
1818
Skip any bits marked :skip-test unless the environment variable
1919
P6_DOC_TEST_FUDGE is set to a true value.
2020
21+
Note: This test generates a lot of noisy output to stderr; we
22+
do hide $*ERR, but some of these are emitted from parts of
23+
the compiler that only know about the low level handle, not the
24+
Perl 6 level one.
25+
2126
=end overview
2227

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

0 commit comments

Comments
 (0)