Can someone explain, please why are there tests that need a version control system? It sounds strange to me.
Gabor On 9/3/07, via RT Paul Cochrane <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Paul Cochrane > # Please include the string: [perl #45137] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45137 > > > > Many tests in the Parrot test suite check for the existence of a given > revision control system (e.g. svn/svk/git) before determining if the > test should be run. This can be done just the once at Configure time; > the tests can then probe the result. A new configure step will need > to be added, and then any tests containing direct tests of the > existence of svn/svk/git will need to be changed to probe for the > relevant result. >