Skip to content

Commit

Permalink
fix sqlserver tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Aug 2, 2024
1 parent 2c82cdc commit ff37eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/integration-tests/sql-server/create-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "----------------- creating database ---------------------------------"

for i in {1..50};
do
/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P MyStrOngPa55word! -Q 'CREATE DATABASE orthanctest'
/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P MyStrOngPa55word! -No -Q 'CREATE DATABASE orthanctest'
if [ $? -eq 0 ]
then
echo "----------------- database created"
Expand Down

0 comments on commit ff37eac

Please sign in to comment.