Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4efb7f3

Browse files
committed
Added --failure-exit-code to mark project as success with failing tests
1 parent 0b23789 commit 4efb7f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/run.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ utPLSQL-cli/bin/utplsql run ${DB_USER}/${DB_PASS}@127.0.0.1:1521:${ORACLE_SID} \
66
-source_path=source -test_path=test \
77
-f=ut_documentation_reporter -c \
88
-f=ut_coverage_sonar_reporter -o=coverage.xml \
9-
-f=ut_sonar_test_reporter -o=test_results.xml
9+
-f=ut_sonar_test_reporter -o=test_results.xml \
10+
--failure-exit-code=0

0 commit comments

Comments
 (0)