Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/common/sea.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function skipIfSingleExecutableIsNotSupported() {
if (!['darwin', 'win32', 'linux'].includes(process.platform))
common.skip(`Unsupported platform ${process.platform}.`);

if (process.platform === 'linux' && process.config.variables.is_debug === 1)
if (process.platform === 'linux' && process.config.target_defaults?.default_configuration === 'Debug')
common.skip('Running the resultant binary fails with `Couldn\'t read target executable"`.');

if (process.config.variables.node_shared)
Expand Down
Loading