Skip to content

Commit a089810

Browse files
codebytereaduh95
authored andcommitted
test: allow embedder running async context frame test
PR-URL: #57193 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 936a999 commit a089810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)