From 328a60705e0431ad66eb01d3da5951e6019cd1d6 Mon Sep 17 00:00:00 2001 From: Simon Martinelli Date: Mon, 13 Jun 2022 15:17:35 +0200 Subject: [PATCH 1/2] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f322df9..b52b2d2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.utplsql cli - 3.1.9 + 3.1.10-SNAPSHOT utPLSQL CLI CLI for running Unit Tests with utPLSQL v3+. From 2551303b337b84afd0b92d21525be71b9b26cd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20G=C4=99bal?= Date: Fri, 15 Jul 2022 07:15:00 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba9fe0f..fcb6dee 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,11 @@ utplsql run "my/Username"/"myP@ssword"@connectstring If only schema is provided, then all suites owner by that schema are executed. If -p is omitted, the current schema is used. ---tags=tags - A comma separated list of tags to run. - Format: --tags=tag1[,tag2[,tag3]] - +--tags=tags - A comma separated list of tags to include or exclude in the run. + The excluded tags must be preceeded by a `-` (minus) sign and the entire expression must be surrounded by escaped doubleqotes in command line. + Format: --tags=tag1[,tag2,...,tagN] + or + Format: --tags=\"-tag1\"[,\"-tag2\",...,tagN] -f=format - A reporter to be used for reporting. (--format) If no -f option is provided, the default ut_documentation_reporter is used. See reporters command for possible values