diff --git a/bundle.dockerfile b/bundle.dockerfile index af87343..92ac2b1 100644 --- a/bundle.dockerfile +++ b/bundle.dockerfile @@ -33,4 +33,4 @@ WORKDIR / ENTRYPOINT ["sh", "-c", "( /opt/mssql/bin/sqlservr & ) | grep -q \"Service Broker manager has started\" \ && PATH='$PATH':/app \ && sqlpackage /a:Publish /sf:db/${DACPAC}.dacpac /tsn:. /tdn:$DACPAC /tu:sa /tp:$SA_PASSWORD /TargetEncryptConnection:False \ - && qest run --folder tests --tcs \"Server=localhost,1433;Initial Catalog=${DACPAC};User Id=sa;Password=${SA_PASSWORD}\" -o tree"] \ No newline at end of file + && qest run --folder tests --tcs \"Server=localhost,1433;Initial Catalog=${DACPAC};User Id=sa;Password=${SA_PASSWORD}\" -v"] \ No newline at end of file