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

Skip to content

Commit 2c70231

Browse files
authored
Merge pull request #963 from utPLSQL/featrure/add_session_context
Ability to run expectations without test
2 parents 5599e96 + ac4ca00 commit 2c70231

56 files changed

Lines changed: 2682 additions & 1267 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis/install_utplsql_release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ fi
4343

4444
"$SQLCLI" sys/$ORACLE_PWD@//$CONNECTION_STR AS SYSDBA <<SQL
4545
alter session set plsql_optimize_level=0;
46+
alter session set plsql_ccflags = 'SELF_TESTING_INSTALL:TRUE';
47+
4648
@${INSTALL_FILE} ${UT3_RELEASE_VERSION_SCHEMA}
4749
exit
4850
SQL

0 commit comments

Comments
 (0)