Glenn Morris writes: Hi Glenn, > I think `skip-if' should have an ert- prefix. (I know `should' doesn't, > but I think it, err, should as well. But too late for that one now.) I've tried to change it as proposed by Stefan, but I'm too stupid to manage all this sophisticated cl-* stuff :-( > Also, ert-run-tests-batch-and-exit seems to need updating: > > Running 1 tests (2013-10-18 17:49:11-0700) > skipped 1/1 foo-test > > Ran 1 tests, 0 results as expected (2013-10-18 17:49:11-0700) > > I don't think "0 results as expected" is appropriate. > > Eg automake uses a summary like this: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11745 Such a verbose summary is returned when you run the tests interactively. I've reworked the patch in order to give also valid statistics in batch mode. Best regards, Michael.