File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ git rev-parse && cd "$(git rev-parse --show-cdup)"
88
99cd test
1010
11- " $SQLCLI " ${UT3_TESTER} /${UT3_TESTER_PASSWORD} @//${CONNECTION_STR} @install_tests.sql
11+ time " $SQLCLI " ${UT3_TESTER} /${UT3_TESTER_PASSWORD} @//${CONNECTION_STR} @install_tests.sql
1212
1313cd ..
1414
15- utPLSQL-cli/bin/utplsql run ${UT3_TESTER} /${UT3_TESTER_PASSWORD} @${CONNECTION_STR} \
15+ time utPLSQL-cli/bin/utplsql run ${UT3_TESTER} /${UT3_TESTER_PASSWORD} @${CONNECTION_STR} \
1616-source_path=source -owner=ut3 \
1717-test_path=test -c \
1818-f=ut_documentation_reporter -o=test_results.log -s \
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ set define off
22whenever sqlerror exit failure rollback
33whenever oserror exit failure rollback
44
5+ alter session set plsql_optimize_level= 0 ;
56-- Install helpers
67@@helpers/ ut_test_table .sql
78@@helpers/ ut_example_tests .pks
You can’t perform that action at this time.
0 commit comments