Skip to content

Commit

Permalink
print 4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Aug 8, 2024
1 parent 749ee38 commit 462de11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/SmokeTests/e2e-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ if ($NoSetup -eq $false) {
Write-Host "Getting IP Address..." -ForegroundColor Yellow
$serverIpAddress = docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mssql-server
Exit-OnError

# Check if mssql-tools exists?
Write-Host "Does OPT EXIST?" -ForegroundColor DarkYellow
$output = docker exec mssql-server ls /opt/
Write-Host $output
Exit-OnError

# Check if mssql-tools exists?
Write-Host "Does MSSQL-TOOLS EXIST?" -ForegroundColor DarkYellow
Expand Down

0 comments on commit 462de11

Please sign in to comment.