We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c86299 commit eca299eCopy full SHA for eca299e
1 file changed
test/run.sh
@@ -2,7 +2,7 @@
2
3
set -ev
4
5
-utPLSQL-cli/bin/utplsql run ${DB_USER}/${DB_PASS}@127.0.0.1:1521:${ORACLE_SID} \
+utPLSQL-cli/bin/utplsql run ${DB_USER}/${DB_PASS}@//${CONNECTION_STR} \
6
-source_path=source -test_path=test \
7
-f=ut_documentation_reporter -c \
8
-f=ut_coverage_sonar_reporter -o=coverage.xml \
0 commit comments