File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ tests, we use I<done-testing> to tell the framework we are done.
52
52
= head2 Thread safety
53
53
54
54
Note that routines in C < Test > module are I < not > thread-safe. This means you
55
- should not attempt to use the testing routines in multiple threads simultaneously,
56
- as the L < TAP|https://testanything.org/ > output might
57
- come out of order and confuse the program interpreting it.
55
+ should not attempt to use the testing routines in multiple threads
56
+ simultaneously, as the L < TAP|https://testanything.org/ > output might come out of
57
+ order and confuse the program interpreting it.
58
58
59
59
There are no current plans to make it thread safe. If threaded-testing is
60
60
crucial to you, you may find some suitable
@@ -70,7 +70,7 @@ command line:
70
70
$ perl6 t/test-filename.t
71
71
72
72
Or via the L < prove|https://perldoc.perl.org/prove.html > command from Perl 5,
73
- where C < perl6 > is specified as the executable that runs the tests:
73
+ where using C < --exec > to specify the executable that runs the tests:
74
74
75
75
= for code :lang<shell>
76
76
$ prove --exec perl6 -r t
You can’t perform that action at this time.
0 commit comments