Closed
Description
- Version: master
- Platform: mac
- Subsystem: doc, test
I just pulled and test-make-doc is now failing:
$ out/Release/node /Users/matteo/Repositories/node/test/doctool/test-make-doc.js
assert.js:248
throw err;
^
AssertionError [ERR_ASSERTION]: all.html is empty
at Object.<anonymous> (/Users/matteo/Repositories/node/test/doctool/test-make-doc.js:47:10)
at Module._compile (internal/modules/cjs/loader.js:678:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
at Module.load (internal/modules/cjs/loader.js:589:32)
at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
at Function.Module._load (internal/modules/cjs/loader.js:520:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:719:10)
at startup (internal/bootstrap/node.js:225:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:572:3)
This as been introduced in #19581. Not sure what I should do to make this pass again on my machine, I already tried make clean
and make doc
.