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

Skip to content

Commit 1b2dd8c

Browse files
committed
Enabling tests.
1 parent da01280 commit 1b2dd8c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

test/install_and_run_tests.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
#!/bin/bash
22
set -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

1616
status_line_regex="^[0-9]+ tests, ([0-9]+) failed, ([0-9]+) errored.*"
1717

0 commit comments

Comments
 (0)