Skip to content

Commit 7f9d117

Browse files
committed
Correction of npx test.
1 parent b50a118 commit 7f9d117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graal-nodejs/mx.graal-nodejs/mx_graal_nodejs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _graal_nodejs_post_gate_runner(args, tasks):
8282

8383
with Task('TestNpx', tasks, tags=[GraalNodeJsTags.allTests, GraalNodeJsTags.windows]) as t:
8484
if t:
85-
npx(['cowsay', 'GraalVM rules!'])
85+
npx(['--package=cowsay', '--yes', 'cowsay', 'GraalVM rules!'])
8686

8787
with Task('TestNodeInstrument', tasks, tags=[GraalNodeJsTags.allTests, GraalNodeJsTags.windows]) as t:
8888
if t:

0 commit comments

Comments
 (0)