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 14:38:12 UTC

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

     [ https://issues.apache.org/jira/browse/WHIRR-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Description: 
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}

reference: 
 - http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html

  was:
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}

    
> 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
>              Labels: test, test-fail, testing, tests, testsuite
>
> 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}
> reference: 
>  - http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html

--
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