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 bc448f0 commit 435405d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SmokeTests/e2e-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ param(
[string]$DockerfilePath,
[Parameter(Mandatory=$true)]
[string]$HttpStartPath,
[string]$ImageName="dfapp",
[string]$ContainerName="app",
[switch]$NoSetup=$false,
[switch]$NoValidation=$false,
[int]$Sleep=30,
[string]$additinalRunFlags="",
[switch]$SetupSQLServer=$false,
[string]$ImageName="dfapp",
[string]$ContainerName="app",
[string]$pw="$env:SA_PASSWORD",
[string]$sqlpid="Express",
[string]$tag="2019-latest",
Expand Down

0 comments on commit 435405d

Please sign in to comment.