Skip to content

Commit 34ded4d

Browse files
authored
test: allow embedder running async context frame test
PR-URL: #57193 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e03af77 commit 34ded4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-without-async-context-frame.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ describe('without AsyncContextFrame', {
5050
const proc = spawn(python, [
5151
testRunner,
5252
`--mode=${process.features.debug ? 'debug' : 'release'}`,
53+
`--shell=${process.execPath}`,
5354
'--node-args=--no-async-context-frame',
5455
test,
5556
], {

0 commit comments

Comments
 (0)