We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdca551 commit 745e96cCopy full SHA for 745e96c
tests/concepts/nodePath.test.mjs
@@ -159,6 +159,7 @@ describe('PathWin32ToPosixTests', function(){
159
it(`PathWin32ToPosixTests ps1 ${win32ToPosixIndex}`, function () {
160
// console.log(wslPassTestIndex,inputWinPath);
161
const output = spawnSync(`pwsh.exe -file lib/test-utils/pwsh-test-mocha.ps1`,[inputWinPath],{shell:true});
162
+ // const output = spawnSync(`pwsh.exe -file lib/test-utils/pwsh-test-mocha.ps1`,[inputWinPath],{shell:false});
163
// const output = spawnSync(`pwsh.exe -Command write-host ${inputWinPath}`,[],{shell:true});
164
if(output.status !== 0){
165
console.log(output.stdout.toString())
0 commit comments