Skip to content

Commit fde8257

Browse files
comment
1 parent 3f21ea7 commit fde8257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typespec-tests/Generate.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if (Test-Path ./tsp-output) {
136136
Remove-Item ./tsp-output -Recurse -Force
137137
}
138138

139-
# run other local tests except partial update
139+
# generate for other local test sources except partial update
140140
$job = Get-Item ./tsp/* -Filter "*.tsp" -Exclude "*partialupdate*" | ForEach-Object -Parallel $generateScript -ThrottleLimit $Parallelization -AsJob
141141

142142
$job | Wait-Job -Timeout 600
@@ -147,7 +147,7 @@ npx tsp compile ./tsp/partialupdate.tsp --option="@azure-tools/typespec-java.emi
147147
Copy-Item -Path ./existingcode/src/main/java/tsptest/partialupdate -Destination ./src/main/java/tsptest/partialupdate -Recurse -Force
148148
Remove-Item ./existingcode -Recurse -Force
149149

150-
# run cadl ranch tests sources
150+
# generate for http-specs/azure-http-specs test sources
151151
Copy-Item -Path node_modules/@typespec/http-specs/specs -Destination ./ -Recurse -Force
152152
Copy-Item -Path node_modules/@azure-tools/azure-http-specs/specs -Destination ./ -Recurse -Force
153153
# remove xml tests, emitter has not supported xml model

0 commit comments

Comments
 (0)