node-gyp/test
Hüseyin Açacak c4729129da
lib: print Python executable path using UTF-8 (#2995)
* lib: print Python executable path using UTF-8

The Python executable path may have non-ASCII characters, which can make
the print function fail if the environment encoding is different. This fixes
this issue by using stdout.buffer, which can be used with UTF-8 encoding
for the output, regardless of the environment encoding.

Fixes: https://github.com/nodejs/node-gyp/issues/2829

* fixup! lib: print Python executable path using UTF-8
2024-03-13 09:20:35 -07:00
..
fixtures feat: improve visual studio detection (#2957) 2024-02-09 02:33:54 +01:00
node_modules/hello_world Revert "build,test: add duplicate symbol test" 2019-07-17 14:29:16 +10:00
common.js chore: use platform specific timeouts in tests 2023-10-29 11:06:34 -07:00
simple-proxy.js Sync deps and engines with npm (#2770) 2023-06-20 15:44:18 +02:00
test-addon.js chore: use platform specific timeouts in tests 2023-10-29 11:06:34 -07:00
test-configure-nodedir.js src: add support for locally installed headers (#2964) 2024-01-29 12:03:30 -07:00
test-configure-python.js src: add support for locally installed headers (#2964) 2024-01-29 12:03:30 -07:00
test-create-config-gypi.js chore: misc testing fixes (#2930) 2023-10-28 14:13:10 -07:00
test-download.js chore: use platform specific timeouts in tests 2023-10-29 11:06:34 -07:00
test-find-accessible-sync.js chore: misc testing fixes (#2930) 2023-10-28 14:13:10 -07:00
test-find-node-directory.js Sync deps and engines with npm (#2770) 2023-06-20 15:44:18 +02:00
test-find-python.js lib: print Python executable path using UTF-8 (#2995) 2024-03-13 09:20:35 -07:00
test-find-visualstudio.js win: update supported vs versions (#2959) 2024-03-06 17:32:44 +01:00
test-install.js chore: use platform specific timeouts in tests 2023-10-29 11:06:34 -07:00
test-options.js Fix reading msvs version on Windows (#2644) 2023-06-25 17:35:41 +02:00
test-process-release.js Sync deps and engines with npm (#2770) 2023-06-20 15:44:18 +02:00