Skip to content

Commit

Permalink
mention spectest_smolder in README and ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 21, 2009
1 parent adddb73 commit 836c8c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Expand Up @@ -101,6 +101,12 @@ Running C<make spectest> will import the official Perl 6 test suite
from the Pugs repository L<http://svn.pugscode.org/pugs/t/spec/>
and run all of these tests that are currently known to pass.

If you want to automatically submit the results of your spectest run
to a central server, use C<make spectest_smolder> instead. You need
the Perl 5 module L<TAP::Harness::Archive> and an active internet
connection for that. The smoke results are collected at
L<http://smolder.plusthree.com/app/public_projects/details/18>.

At present we do not have any plans to directly store the
official test suite as part of the Rakudo/Parrot repository,
but will continue to fetch it from the Pugs repository.
Expand Down
3 changes: 3 additions & 0 deletions docs/ChangeLog
@@ -1,3 +1,6 @@
New in 2009-10 release
+ smolder reports for spectest runs

New in 2009-09 release
+ updates to numeric operators: infix</>(Int, Int) creates a Rat
+ Rat (rational) numbers
Expand Down

0 comments on commit 836c8c8

Please sign in to comment.