Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6dc1898

Browse files
fahrradfluchtmarco-ippolito
authored andcommitted
test: use python3 instead of python in pummel test
Asf9bfe78 already did for a regular test, replace `python` with`python3` in the only `pummel` test spawning it so that it can be run onplatforms that don't provide a `python` binary anymore, like modernmacOS or some Linux distributions (e.g. Fedora) without specifying a`PYTHON` env var.PR-URL:#53057Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>Reviewed-By: James M Snell <jasnell@gmail.com>
1 parenta5f5b45 commit6dc1898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/pummel/test-child-process-spawn-loop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const common = require('../common');
2424
constassert=require('assert');
2525

2626
constspawn=require('child_process').spawn;
27-
constpython=process.env.PYTHON||'python';
27+
constpython=process.env.PYTHON||(common.isWindows ?'python' :'python3');
2828

2929
constSIZE=1000*1024;
3030
constN=40;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp