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:
parent
99188bef0d
commit
75b5352511
1 changed files with 2 additions and 2 deletions
4
test.do
4
test.do
|
|
@ -1,3 +1,3 @@
|
|||
redo-ifchange _all
|
||||
redo minimal/test docs/test t/all
|
||||
redo-ifchange bin/all
|
||||
redo minimal/test docs/test t/all _all
|
||||
[ -n "$DO_BUILT" ] || echo "Don't forget to test 'minimal/do -c test'" >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue