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

Skip to content

Commit 6155357

Browse files
committed
Changed the cli call to use doc reporter only once
1 parent e2dccea commit 6155357

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/install_and_run_tests.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ cd test
88
cd ..
99

1010
utPLSQL-cli/bin/utplsql run ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@${CONNECTION_STR} \
11-
-source_path=source -test_path=test \
12-
-f=ut_documentation_reporter -c \
13-
-f=ut_documentation_reporter -o=test_results.log \
11+
-source_path=source -test_path=test -c \
12+
-f=ut_documentation_reporter -o=test_results.log -s \
1413
-f=ut_coverage_sonar_reporter -o=coverage.xml \
1514
-f=ut_sonar_test_reporter -o=test_results.xml
1615

0 commit comments

Comments
 (0)