summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-scripts_test.sh
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2022-02-06 14:27:59 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2022-02-06 14:29:36 +0900
commit26a0655f78fbc7608fec20726c299d04908c0253 (patch)
treedfc2cc5021ec3f8cfa65cb2332ca87d4e3d291b1 /editors/vscode/files/patch-scripts_test.sh
parentjava/openjdk15: Update to 15.0.6 GA (diff)
editors/vscode: update to 1.64.0
Changelog: https://code.visualstudio.com/updates/v1_64
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