On the py-tests-as-modules branch: * BRANCH-README: Remove in preparation for merge back to trunk. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/py-tests-as-modules@1033051 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/BRANCH-README b/BRANCH-README deleted file mode 100644 index 01da187..0000000 --- a/BRANCH-README +++ /dev/null
@@ -1,9 +0,0 @@ -This branch contains a series of patches which make the dotted leader in the -output of 'make check' a status bar for the progress of the individual python -tests. It does this by loading the tests as modules, rather than just shelling -out to run them. - -Unfortunately, there was some breakage associated with running the tests in -parallel, and when using different src and build directories (as is common -on Windows). So I've stashed the patches on this branch, in the hopes that -one day I'll come back and fix 'em.