Skip to content
Snippets Groups Projects
Commit 69c76bfe authored by Robert Goldman's avatar Robert Goldman
Browse files

Reorder the tasks for %test.

Previously, the final task was building the docs. But this happens to
generate a long mess of TeX outputs, which buries the results of the
test scripts.  So now we do the doc task first, then test-clean-load,
then test-scripts.
parent f798a056
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,6 @@ Ran ~D tests, ~D passed, ~D failed~
(deftestcmd %test (lisp test-scripts)
"run all normal tests but upgrade tests
Use the preferred lisp implementation"
(all-pass (test-scripts lisp test-scripts) (doc) (test-clean-load lisp)))
(all-pass (doc) (test-clean-load lisp) (test-scripts lisp test-scripts)))
(defalias %t %test)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment