summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Hummel2022-12-04 09:32:04 -0700
committerDavid Hummel2022-12-04 09:32:04 -0700
commitd89ebe400e2cb21d563d0da85e40ceb99be66f48 (patch)
tree3990c49bb90b05a3c509182670ea1a6df42ab0a2
parent8456ff4fe97d283dc6599fedc550bbd7e4227def (diff)
downloadaur-d89ebe400e2cb21d563d0da85e40ceb99be66f48.tar.gz
Add missing updated test.js.patch
-rw-r--r--test.js.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.js.patch b/test.js.patch
index a5c52be2fdfb..717b3eed2c1a 100644
--- a/test.js.patch
+++ b/test.js.patch
@@ -9,8 +9,8 @@ index c4e7b6660..ea74432f4 100755
- if (process.env.CI && process.platform === 'linux') {
- testArguments.push('--no-sandbox');
- }
-+ testArguments.push('--no-sandbox');
+ testArguments.push('--in-process-gpu');
++ testArguments.push('--no-sandbox');
const testEnv = Object.assign({}, prepareEnv('core-main-process'), {
ATOM_GITHUB_INLINE_GIT_EXEC: 'true'