Skip to content

Commit c2dca7f

Browse files
committed
write-host rdbms names
1 parent 5edfa55 commit c2dca7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/mysql/Update-DBOSchemaTable.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!$Batch) {
1313
}
1414
else {
1515
# Is a part of a batch, output some eye-catching happiness
16-
Write-Host "Running $commandName tests" -ForegroundColor Cyan
16+
Write-Host "Running MySQL $commandName tests" -ForegroundColor Cyan
1717
}
1818

1919
. "$testRoot\constants.ps1"

tests/oracle/Update-DBOSchemaTable.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!$Batch) {
1313
}
1414
else {
1515
# Is a part of a batch, output some eye-catching happiness
16-
Write-Host "Running $commandName tests" -ForegroundColor Cyan
16+
Write-Host "Running Oracle $commandName tests" -ForegroundColor Cyan
1717
}
1818

1919
. "$testRoot\constants.ps1"

tests/postgresql/Update-DBOSchemaTable.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!$Batch) {
1313
}
1414
else {
1515
# Is a part of a batch, output some eye-catching happiness
16-
Write-Host "Running $commandName tests" -ForegroundColor Cyan
16+
Write-Host "Running PostgreSQL $commandName tests" -ForegroundColor Cyan
1717
}
1818

1919
. "$testRoot\constants.ps1"

0 commit comments

Comments
 (0)