Skip to content

Commit b4d9bfa

Browse files
committed
chore: use scripts for test-vscode
1 parent 70b71ac commit b4d9bfa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4117,7 +4117,7 @@ functions:
41174117
(cd scripts/docker && docker build --build-arg NODE_JS_VERSION="$NODE_VERSION" -t ubuntu24.04-xvfb -f ubuntu24.04-xvfb.Dockerfile .)
41184118
docker run \
41194119
--rm -v $PWD:/tmp/build ubuntu24.04-xvfb \
4120-
-c 'cd /tmp/build && ./testing/test-vscode.sh'
4120+
-c 'cd /tmp/build && ./scripts/test-vscode.sh'
41214121
}
41224122
test_connectivity:
41234123
- command: expansions.write

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ functions:
336336
(cd scripts/docker && docker build --build-arg NODE_JS_VERSION="$NODE_VERSION" -t ubuntu24.04-xvfb -f ubuntu24.04-xvfb.Dockerfile .)
337337
docker run \
338338
--rm -v $PWD:/tmp/build ubuntu24.04-xvfb \
339-
-c 'cd /tmp/build && ./testing/test-vscode.sh'
339+
-c 'cd /tmp/build && ./scripts/test-vscode.sh'
340340
}
341341
test_connectivity:
342342
- command: expansions.write
File renamed without changes.

0 commit comments

Comments
 (0)