From 2c94560813c42d0c0cf3e915d5eeb79279723dcd Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Wed, 5 Nov 2008 19:24:50 +0000 Subject: [PATCH] [rakudo] improved documentation of tools/update_passing_test_data.pl, masak++ git-svn-id: https://svn.parrot.org/parrot/trunk@32362 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- languages/perl6/tools/update_passing_test_data.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/perl6/tools/update_passing_test_data.pl b/languages/perl6/tools/update_passing_test_data.pl index 0a478f2256..a429c36ad1 100644 --- a/languages/perl6/tools/update_passing_test_data.pl +++ b/languages/perl6/tools/update_passing_test_data.pl @@ -4,8 +4,8 @@ =head1 DESCRIPTION -This tool runs the same test that C would, except those that -C runs. +This tool runs all spectets, except those that C runs (that +means all tests of which we don't know yet if they will pass or not). For each file that passes at least one test (criterion might change in future) it prints out a short summary about the status of this file.