Closed
Description
I’ve done some digging, and I’m sure if I kept looking I’d eventually find it, but could someone please tell me how to run just the tests that check expected output against the .out
files? Those tests are annoying to update, as it’s a lot of trial-and-error to get the new output in, and it’s tedious to have to run the full make test
for every attempt.
This feels like something that should be documented in https://github.com/nodejs/node/blob/master/BUILDING.md#running-tests.