]
Issue was automatically transitioned when Martin Stefanko created pull request #1491 in
GitHub
----------------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
Allow to run individual arquillian tests from command line
----------------------------------------------------------
Key: JBTM-3183
URL:
https://issues.jboss.org/browse/JBTM-3183
Project: JBoss Transaction Manager
Issue Type: Task
Components: LRA
Affects Versions: 5.9.7.Final
Reporter: Martin Stefanko
Assignee: Martin Stefanko
Priority: Major
It would be beneficial to have an option to run only a selected subset of tests for LRA,
for instance:
{noformat}
mvn clean install -Parq -Dtest="TckParticipant*"
{noformat}