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

Skip to content

Commit 01691eb

Browse files
authored
Update install_and_run_tests.sh
Removing `owner=...` call parameters to see if it has impact on the extensions of test files.
1 parent dcce789 commit 01691eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/install_and_run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cd test
88
cd ..
99

1010
utPLSQL-cli/bin/utplsql run ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@${CONNECTION_STR} \
11-
-source_path=source -owner="${UT3_OWNER}"\
12-
-test_path=test -owner="${UT3_TESTER}" -c \
11+
-source_path=source \
12+
-test_path=test -c \
1313
-f=ut_documentation_reporter -o=test_results.log -s \
1414
-f=ut_coverage_sonar_reporter -o=coverage.xml \
1515
-f=ut_sonar_test_reporter -o=test_results.xml

0 commit comments

Comments
 (0)