mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
Fix test-executable-path
This commit is contained in:
parent
2126989a32
commit
ab0b1f9f13
@ -26,9 +26,9 @@ var path = require('path');
|
||||
var isDebug = (process.version.indexOf('debug') >= 0);
|
||||
|
||||
var debugPath = path.normalize(path.join(__dirname, '..', '..',
|
||||
'out', 'Debug', 'node'));
|
||||
'build', 'debug', 'node'));
|
||||
var defaultPath = path.normalize(path.join(__dirname, '..', '..',
|
||||
'out', 'Release', 'node'));
|
||||
'build', 'default', 'node'));
|
||||
|
||||
console.error('debugPath: ' + debugPath);
|
||||
console.error('defaultPath: ' + defaultPath);
|
||||
|
Loading…
Reference in New Issue
Block a user