aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vscode/files/patch-scripts_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vscode/files/patch-scripts_test.sh')
-rw-r--r--editors/vscode/files/patch-scripts_test.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/vscode/files/patch-scripts_test.sh b/editors/vscode/files/patch-scripts_test.sh
new file mode 100644
index 000000000000..6f21d01b2277
--- /dev/null
+++ b/editors/vscode/files/patch-scripts_test.sh
@@ -0,0 +1,11 @@
+--- scripts/test.sh.orig 2022-02-05 06:42:53 UTC
++++ scripts/test.sh
+@@ -27,7 +27,7 @@ VSCODECRASHDIR=$ROOT/.build/crashes
+ test -d node_modules || yarn
+
+ # Get electron
+-yarn electron
++# yarn electron
+
+ # Unit Tests
+ if [[ "$OSTYPE" == "darwin"* ]]; then