File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22set -ev
33
4- # cd test
5- #
6- # "$SQLCLI" ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@//${CONNECTION_STR} @install_tests.sql
7- #
8- # cd ..
9- #
10- # utPLSQL-cli/bin/utplsql run ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@${CONNECTION_STR} \
11- # -source_path=source -test_path=tests \
12- # -f=ut_documentation_reporter -c -o=test_results.log -s \
13- # -f=ut_coverage_sonar_reporter -o=coverage.xml \
14- # -f=ut_sonar_test_reporter -o=test_results.xml
4+ cd test
5+
6+ " $SQLCLI " ${UT3_TESTER} /${UT3_TESTER_PASSWORD} @//${CONNECTION_STR} @install_tests.sql
7+
8+ cd ..
9+
10+ utPLSQL-cli/bin/utplsql run ${UT3_TESTER} /${UT3_TESTER_PASSWORD} @${CONNECTION_STR} \
11+ -source_path=source -test_path=tests \
12+ -f=ut_documentation_reporter -c -o=test_results.log -s \
13+ -f=ut_coverage_sonar_reporter -o=coverage.xml \
14+ -f=ut_sonar_test_reporter -o=test_results.xml
1515
1616status_line_regex=" ^[0-9]+ tests, ([0-9]+) failed, ([0-9]+) errored.*"
1717
You can’t perform that action at this time.
0 commit comments