You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Guido Serra aka Zeph (JIRA)" <ji...@apache.org> on 2013/01/09 13:08:12 UTC

[jira] [Created] (WHIRR-689) can't run *only* a single test

Guido Serra aka Zeph created WHIRR-689:
------------------------------------------

             Summary: can't run *only* a single test
                 Key: WHIRR-689
                 URL: https://issues.apache.org/jira/browse/WHIRR-689
             Project: Whirr
          Issue Type: Bug
            Reporter: Guido Serra aka Zeph


attempting to run only a specific test, and not the full test suite 
(I wonder if I have dependencies that prevent me from doing that)
{code}
mvn -Dtest=InstallModuleFromGitTest test
{code}
...fails miserably

{code}
[...]
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Whirr Build Tools .......................... FAILURE [1.123s]
[INFO] Whirr ............................................. SKIPPED
[...]
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira