[
https://issues.apache.org/jira/browse/BUILDR-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865330#action_12865330
]
Antoine Toulme commented on BUILDR-431:
---------------------------------------
I think what we should do is print in the console that we are going to execute
the tests from the dependent projects and why.
This way people get a grasp of that evolution real quick.
Something like:
test=only is not specified, we will test the dependent projects.
> 'buildr test' runs tests from all dependent modules while invoked from a
> particular module
> ------------------------------------------------------------------------------------------
>
> Key: BUILDR-431
> URL: https://issues.apache.org/jira/browse/BUILDR-431
> Project: Buildr
> Issue Type: Bug
> Affects Versions: 1.3.5
> Reporter: Rafal Rusin
> Assignee: Antoine Toulme
>
> To reproduce it, please use APACHE_ODE_1.X and enter bpel-compiler. Then run
> buildr _1.3.5_ test
> ode-utils tests are shown to be executed (while they shouldn't):
> buildr _1.3.5_ test
> (in /home/joker/ode-1.X, development)
> Testing ode:bpel-compiler
> Running tests in ode:utils
> Trying to override old definition of datatype junit
> [junit] Testsuite: org.apache.ode.utils.DOMUtilsTest
> [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1,498 sec
> [junit]
> [junit] Testcase: testParseInputStream took 0,534 sec
> [junit] Testcase: testParseInputSource took 0,005 sec
> [junit] Testcase: testNewDocument took 0 sec
> [junit] Testcase: testSerializeDom took 0,034 sec
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.