summarylogtreecommitdiffstats
path: root/test.js.patch
diff options
context:
space:
mode:
authorDavid Hummel2022-12-03 10:50:04 -0700
committerDavid Hummel2022-12-03 10:50:04 -0700
commitbb349d19f410289e0fb3e8b798776ba9e0f2e17a (patch)
treef39dede7b93f27e083ea67272980b23f9859e6cb /test.js.patch
parentb43ebb9113f295685e3f98c003adca6642fe182c (diff)
downloadaur-bb349d19f410289e0fb3e8b798776ba9e0f2e17a.tar.gz
Add test patch.
Diffstat (limited to 'test.js.patch')
-rw-r--r--test.js.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/test.js.patch b/test.js.patch
new file mode 100644
index 000000000000..a5c52be2fdfb
--- /dev/null
+++ b/test.js.patch
@@ -0,0 +1,16 @@
+diff --git a/script/test.js b/script/test.js
+index c4e7b6660..ea74432f4 100755
+--- a/script/test.js
++++ b/script/test.js
+@@ -244,9 +244,8 @@ function runCoreMainProcessTests(callback) {
+ testPath
+ ];
+
+- if (process.env.CI && process.platform === 'linux') {
+- testArguments.push('--no-sandbox');
+- }
++ testArguments.push('--no-sandbox');
++ testArguments.push('--in-process-gpu');
+
+ const testEnv = Object.assign({}, prepareEnv('core-main-process'), {
+ ATOM_GITHUB_INLINE_GIT_EXEC: 'true'