提交 aa825779 编写于 作者: M Michel Kaporin

Moved to test directory.

上级 905020f9
Param(
[Parameter(Position=0,mandatory=$true)]
[string] $latest,
[Parameter(Position=1,mandatory=$false)]
[string] $stable
[string]$arch
)
# Setup sample repository for the smoke test
Set-Location ..
if (-Not (Test-Path vscode-smoketest-express)) {
......@@ -19,14 +18,14 @@ if (-Not (Test-Path vscode-smoketest-express)) {
npm install
# Setup the test directory for running
Set-Location ..\smoketest
Set-Location ..\smoke
if (-Not (Test-Path node_modules)) {
npm install
}
# Configure environment variables
$env:VSCODE_LATEST_PATH = $latest
$env:VSCODE_STABLE_PATH = $stable
$env:VSCODE_LATEST_PATH = "$Root\VSCode-win32-$arch"
# $env:VSCODE_STABLE_PATH = $stable
$env:SMOKETEST_REPO = "..\vscode-smoketest-express"
if ($latest.Contains('Insiders')) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册