On Thu, 2011-09-01 at 12:38 -0400, Jeff King wrote: > Hmm. What happens when we're wrong? Does our eye-candy just print > something non-sensical like "13/12", or does prove actually care that we > run the right number of tests? prove very much does care -- having a mismatch between the number of tests planned and the number of tests run is an error in the testfile, and is reported as such in big red text. This is because stating how many tests you plan to run gives prove a way (in addition to the exit status) to know if the test stopped prematurely, so all mismatches between plan and actual test counts are reported as testfile failures. As far as I know prove doesn't have a way to print the estimated time remaining, though using the contents of the .prove file (if you ran prove --state=save) to guess it wouldn't be all that hard of a change. - Alex -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html