From 1efede0767cf315c732f09351fb5215d665d7a49 Mon Sep 17 00:00:00 2001 From: Giacomo Castellani Date: Mon, 14 Nov 2022 20:56:40 +0100 Subject: [PATCH] set default visualization options for bundle as console, verbose --- bundle.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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