Skip to content

Commit

Permalink
(#68) IntegrationTests: update command-line arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 20, 2022
1 parent 1363263 commit b9cace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cesium.IntegrationTests/Run-Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function buildFileWithCesium($inputFile, $outputFile) {
$env:Platform = $null
try {
Write-Host "Compiling $inputFile with Cesium."
dotnet run --no-build --project "$SourceRoot/Cesium.Compiler" -- --nologo $inputFile $outputFile | Out-Host
dotnet run --no-build --project "$SourceRoot/Cesium.Compiler" -- --nologo $inputFile --out $outputFile | Out-Host
if (!$?) {
Write-Host "Error: Cesium.Compiler returned exit code $LASTEXITCODE."
return $false
Expand Down

0 comments on commit b9cace3

Please sign in to comment.