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

Skip to content

Commit e97b917

Browse files
author
Jacek Gębal
committed
Adding debug information to test runner
1 parent 60dff1d commit e97b917

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ jobs:
9797

9898
- name: Install utPLSQL
9999
id: install-utplsql
100-
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle bash .github/scripts/install.sh
100+
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle .github/scripts/install.sh
101101

102102
- name: Check code style
103103
if: ${{ matrix.id == 1 }}
104104
id: check-coding-style
105-
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle "$SQLCLI" ${UT3_DEVELOP_SCHEMA}/${UT3_DEVELOP_SCHEMA_PASSWORD}@//${CONNECTION_STR} @/utPLSQL/development/utplsql_style_check.sql
105+
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle "$SQLCLI" ${UT3_DEVELOP_SCHEMA}/${UT3_DEVELOP_SCHEMA_PASSWORD}@//${CONNECTION_STR} @/utPLSQL/development/utplsql_style_check.sql
106106

107107
- name: Validate utPLSQL uninstall
108108
if: ${{ matrix.id == 1 }}
109109
id: validate-uninstall
110-
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle bash .github/scripts/uninstall_validate_utplsql.sh
110+
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle .github/scripts/uninstall_validate_utplsql.sh
111111

112112
- name: Reinstall utPLSQL
113113
if: ${{ matrix.id == 1 }}

test/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ev
44
#goto git root directory
55
git rev-parse && cd "$(git rev-parse --show-cdup)"
66

7-
time utPLSQL-cli/bin/utplsql run UT3_TESTER_HELPER/ut3@${CONNECTION_STR} \
7+
time utPLSQL-cli/bin/utplsql run UT3_TESTER_HELPER/ut3@${CONNECTION_STR} -d -D \
88
-source_path=source -owner=ut3_develop \
99
-p='ut3_tester,ut3_user' \
1010
-test_path=test -c \

0 commit comments

Comments
 (0)