Jonathan Worthington wrote:
> Moritz Lenz wrote:
>> rakudo's "make spectest" suffers from too much noise in its output.
>>
>> The attached patch adds a spectest_regression target to Makefile that
>> uses whitelisting to run only those tests that are known to pass.
>>   
> This is really useful! Applied in r27708, thanks. :-)

I just noticed that I screwed up one of the path names, attached patch
fixes that.

Cheers,
Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/
Index: t/passing_spec
===================================================================
--- t/passing_spec	(revision 27711)
+++ t/passing_spec	(working copy)
@@ -12,7 +12,7 @@
 S12-class/attributes.t
 S12-class/instantiate.t
 S12-class/parent_attributes.t
-t/spec/S12-methods/calling_syntax.t
+S12-methods/calling_syntax.t
 S29-array/delete.t
 S29-array/exists.t
 S29-array/keys_values.t

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to