Skip to content

Commit eca299e

Browse files
committed
Fixing utPLSQL connect string
1 parent 7c86299 commit eca299e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ev
44

5-
utPLSQL-cli/bin/utplsql run ${DB_USER}/${DB_PASS}@127.0.0.1:1521:${ORACLE_SID} \
5+
utPLSQL-cli/bin/utplsql run ${DB_USER}/${DB_PASS}@//${CONNECTION_STR} \
66
-source_path=source -test_path=test \
77
-f=ut_documentation_reporter -c \
88
-f=ut_coverage_sonar_reporter -o=coverage.xml \

0 commit comments

Comments
 (0)