1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

moar sandbox flags

This commit is contained in:
Bruno Windels
2019-04-05 16:55:59 +02:00
parent 53eab479ec
commit 7e2d35fdfe

View File

@ -41,7 +41,7 @@ async function runTests() {
args: [],
};
if (!program.sandbox) {
options.args.push('--no-sandbox');
options.args.push('--no-sandbox', '--disable-setuid-sandbox');
}
if (process.env.CHROME_PATH) {
const path = process.env.CHROME_PATH;