blob: 5fb981b886ca884a89671534295635cf4608c026 [file] [log] [blame] [edit]
///////////////////////////////////////////////////////////////////////
NOTE TO WRITERS:
These CLI examples can be customized as necessary.
///////////////////////////////////////////////////////////////////////
Start test using the following command:
--
[source,oac_no_warn]
----
mvn clean verify
----
--
[[GCMCU]]
Example 5-1 {TechnologyShortName} TCK Signature Tests
To run the {TechnologyShortName} TCK signature tests, enter the
following commands:
[source,subs="attributes"]
----
mvn verify -Dit.test=jakarta.jsonb.tck.signaturetest.**
----
[[GCMBV]]
Example 5-2 Single Test Directory
To run a single test directory, enter the following commands:
[source,subs="attributes"]
----
mvn verify -Dit.test={singleTestDirectoryExample}.**
----
[[GCMCA]]
Example 5-3 Subset of Test Directories
To run a subset of test directories, enter the following commands:
[source,subs="attributes"]
----
mvn verify -Dit.test={subsetTestDirectoryExample}.**
----