Run start-test earlier in with-test.
authorJim Wise <jwise@draga.com>
Tue, 7 Jun 2011 02:27:19 +0000 (22:27 -0400)
committerJim Wise <jwise@draga.com>
Tue, 7 Jun 2011 02:27:19 +0000 (22:27 -0400)
commit83a8963310c096620d4390df581b9d01785c2227
treeed4912813aae2be26ef1c947e4714a38d9033b41
parent4191c34425a4faabdc6b481cb05ebb561d686226
Run start-test earlier in with-test.

This way, if we bail on a test early because it is disabled, we've still
counted the test and recorded the source file.

Without this, if the first test in a file was disabled, it would be recorded
with the previous source file.
tests/test-util.lisp