From ab64302b86165d79237fd416e92e1168221f85ea Mon Sep 17 00:00:00 2001 From: Philipp Salvisberg Date: Fri, 19 Oct 2018 17:57:26 +0200 Subject: [PATCH 1/2] Change CLI version to 3.1.0. It is a requirement to test the current develp branch --- development/template.env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/template.env.sh b/development/template.env.sh index 1e90aaed3..94004c89d 100755 --- a/development/template.env.sh +++ b/development/template.env.sh @@ -4,7 +4,7 @@ export SQLCLI=sql # For sqlcl client #export SQLCLI=sqlplus # For sqlplus client export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string export ORACLE_PWD=oracle # Adjust your local SYS password -export UTPLSQL_CLI_VERSION="3.0.4" +export UTPLSQL_CLI_VERSION="3.1.0" export SELFTESTING_BRANCH=develop export UTPLSQL_DIR="utPLSQL_latest_release" From 9c3b1fffcb0cce5d275661a2833a3f715b075e28 Mon Sep 17 00:00:00 2001 From: Philipp Salvisberg Date: Fri, 19 Oct 2018 17:58:12 +0200 Subject: [PATCH 2/2] ignore temporary files created by actions described in CONTRIBUTING.md --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 13452754f..197d0f5e9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,13 @@ utPLSQL_latest_release/ utPLSQL-cli/ development/env.sh *.log + +# exclusions based on artifacts created via actions documented in CONTRIBUTING.md +test/dummy.sql +coverage.html_assets/ +coverage.html +coverage.json +coverage.xml +tfs_test_results.xml +junit_test_results.xml +test_results.xml