diff --git a/README b/README index 3688633dc3f..e666a2157bd 100644 --- a/README +++ b/README @@ -101,6 +101,12 @@ Running C will import the official PerlĀ 6 test suite from the Pugs repository L 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 instead. You need +the PerlĀ 5 module L and an active internet +connection for that. The smoke results are collected at +L. + 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. diff --git a/docs/ChangeLog b/docs/ChangeLog index 157ac23f189..ac005cf4a48 100644 --- a/docs/ChangeLog +++ b/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