test.do: allow docs to build in parallel with tests.

Previously, we'd try to build all the critical stuff first, and then
run the tests.  Nowadays, it takes a little longer to build the docs
(especially some of the docs/cookbook/ stuff), and this isn't needed to
run the tests, so let's allow them to parallelize.
This commit is contained in:
Avery Pennarun 2018-12-05 01:47:44 -05:00
commit 75b5352511

View file

@ -1,3 +1,3 @@
redo-ifchange _all redo-ifchange bin/all
redo minimal/test docs/test t/all redo minimal/test docs/test t/all _all
[ -n "$DO_BUILT" ] || echo "Don't forget to test 'minimal/do -c test'" >&2 [ -n "$DO_BUILT" ] || echo "Don't forget to test 'minimal/do -c test'" >&2