Skip to content

Commit

Permalink
Update e2e-test.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
bachuv authored Dec 29, 2023
1 parent c47cbea commit 9f10f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SmokeTests/e2e-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ param(
[string]$HttpStartPath,
[switch]$NoSetup=$false,
[switch]$NoValidation=$false,
[string]$AzuriteVersion="3.26.0",
[int]$Sleep=30,
[string]$additinalRunFlags="",
[switch]$MSSQLTest=$false,
Expand All @@ -22,6 +21,7 @@ param(
)

$ErrorActionPreference = "Stop"
$AzuriteVersion = "3.26.0"

if ($NoSetup -eq $false) {
# Build the docker image first, since that's the most critical step
Expand Down

0 comments on commit 9f10f6e

Please sign in to comment.