Skip to content

Commit

Permalink
some refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Oct 1, 2024
1 parent 7f5b525 commit a919eca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Do {
cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start --port 7071 *> Debug.txt &

Write-Host "Waiting for the Functions host to start up..." -ForegroundColor Yellow
Start-Sleep -Seconds 40
Start-Sleep -Seconds 60
}


Expand Down Expand Up @@ -66,6 +66,7 @@ Do {
Write-Host $_ -ForegroundColor Red
$output = cat ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/Debug.txt
Write-Host $output
Write-Host "======================================" -ForegroundColor Red

# Rethrow the original exception
throw
Expand Down

0 comments on commit a919eca

Please sign in to comment.