Create a dummy test-status.lisp-expr when running shell tests.
authorJoshua Elsasser <joshua@elsasser.org>
Wed, 24 Aug 2011 04:31:07 +0000 (21:31 -0700)
committerJoshua Elsasser <joshua@elsasser.org>
Wed, 24 Aug 2011 04:31:07 +0000 (21:31 -0700)
commit6d3e70a6964aaf09368125ac9f280e65542692da
tree95dfcf19f13b42f6e02234669db4402a2ac7bdfe
parent3a5eea238fd103af32a3d26082d1b9f7388ddf4b
Create a dummy test-status.lisp-expr when running shell tests.

The test-status.lisp-expr file isn't used for shell tests, but the
impure runner doesn't know that and tries to read it
anyway. Initialize the file before running shell tests to avoid
reporting failures from the last test run, or failing entirely if it
doesn't exist.
tests/run-tests.lisp