node/test/embedding
Joyee Cheung 76ac548477
test: fix argument computation in embedtest
There were a few bugs in the original test that went unnoticed
because with the bug the test did not actually get run anymore.
This patch fixes the argument computation by accounting filtering
of the arguments, and uses spawnSyncAndExit{WithoutError} in
the test to enable better logging when the test fails.

PR-URL: https://github.com/nodejs/node/pull/49506
Fixes: https://github.com/nodejs/node/issues/49501
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2023-09-18 00:06:20 +02:00
..
embedtest.cc test: fix argument computation in embedtest 2023-09-18 00:06:20 +02:00
test-embedding.js test: fix argument computation in embedtest 2023-09-18 00:06:20 +02:00
testcfg.py