Skip to content

Commit ad69f04

Browse files
committed
test: allow embedder running async context frame test
1 parent 8c2df73 commit ad69f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)