Skip to content

Commit

Permalink
Fix tests for --ms-enable-electron-run-as-node addition
Browse files Browse the repository at this point in the history
  • Loading branch information
owtaylor committed Mar 7, 2022
1 parent 5702870 commit 996df0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ flatpak enter 123456 sh -c
ELECTRON_RUN_AS_NODE=1 \
PATH="${PATH}:$XDG_CONFIG_HOME/node_modules/bin" \
exec "$@"
/home/testuser/project /home/testuser /app/extra/vscode/code /app/extra/vscode/resources/app/out/cli.js --extensions-dir=/home/testuser/.var/app/com.visualstudio.code/data/vscode/extensions --remote attached-container+746f6f6c626f782d7673636f64652d74657374 /home/testuser/project
/home/testuser/project /home/testuser /app/extra/vscode/code /app/extra/vscode/resources/app/out/cli.js --ms-enable-electron-run-as-node --extensions-dir=/home/testuser/.var/app/com.visualstudio.code/data/vscode/extensions --remote attached-container+746f6f6c626f782d7673636f64652d74657374 /home/testuser/project
EOF
}

0 comments on commit 996df0a

Please sign in to comment.