Skip to content

Commit ac30f92

Browse files
committed
Switching to utPLSQL-cli version 3.1.6
1 parent 6ed0576 commit ac30f92

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ variables:
2323
SQLCL_DIR: $(Build.BinariesDirectory)/sqlcl
2424
UTPLSQL_DIR: $(Build.BinariesDirectory)/utPLSQL
2525
UTPLSQL_CLI_DIR: $(Build.BinariesDirectory)/utPLSQL-cli
26-
UTPLSQL_CLI_VERSION: 'v3.1.7'
27-
UTPLSQL_VERSION: 'v3.1.7'
26+
UTPLSQL_CLI_VERSION: 'v3.1.6'
2827
CACHE_DIR: $(Pipeline.Workspace)/.cache
2928

3029
strategy:
@@ -96,7 +95,6 @@ steps:
9695
9796
- bash: |
9897
$(UTPLSQL_CLI_DIR)/bin/utplsql run ${DB_USER}/${DB_PASS}@//${CONNECTION_STR} \
99-
--debug \
10098
-source_path=source -owner=${DB_USER} \
10199
-test_path=test -owner=${DB_USER} \
102100
-f=ut_documentation_reporter -c \
@@ -105,8 +103,6 @@ steps:
105103
-f=ut_coverage_cobertura_reporter -o=cobertura.xml \
106104
-f=ut_junit_reporter -o=junit_test_results.xml \
107105
--failure-exit-code=0
108-
cat coverage.xml
109-
cat test_results.xml
110106
displayName: 'Test'
111107
112108
- task: PublishTestResults@2

0 commit comments

Comments
 (0)