We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a7cff commit 861d532Copy full SHA for 861d532
2 files changed
utplsql-maven-plugin/src/test/resources/pom.xml
@@ -32,8 +32,8 @@
32
33
<ignoreFailure>false</ignoreFailure>
34
35
- <paths>
36
- <path>:plsql</path>
+ <paths>
+ <path>ut3</path>
37
</paths>
38
39
<reporters>
utplsql-maven-plugin/src/test/resources/scripts/test/TEST_PKG_TEST_ME.spc
@@ -10,7 +10,7 @@ CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
10
* This two parameters are used by the test framework in
11
* order to identify the test suite to run
12
*/
13
- -- %suite(TEST_PKG_TEST_ME)
+ -- %suite(plsql)
14
-- %suitepath(plsql.examples)
15
16
/*
0 commit comments