You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Dominic Hamon (JIRA)" <ji...@apache.org> on 2014/06/26 19:47:24 UTC

[jira] [Updated] (MESOS-1540) Fix a typo in src/Makefile.am to include java test cases

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

Dominic Hamon updated MESOS-1540:
---------------------------------

    Component/s: technical debt

> Fix a typo in src/Makefile.am to include java test cases
> --------------------------------------------------------
>
>                 Key: MESOS-1540
>                 URL: https://issues.apache.org/jira/browse/MESOS-1540
>             Project: Mesos
>          Issue Type: Bug
>          Components: technical debt
>            Reporter: Chengwei Yang
>            Assignee: Chengwei Yang
>
> {code}
>   EXAMPLESSCRIPTSJAVA = examples/java/test-framework                    \
>                         examples/java/test-executor                     \
>                         examples/java/test-exception-framework          \
>                         examples/java/test-multiple-executors-framework \
>                         examples/java/test-log
>   check_SCRIPTS += $(EXAMPLESCRIPTSJAVA)
>   mesos_tests_DEPENDENCIES += $(EXAMPLESCRIPTSJAVA)
> {code}
>  EXAMPLESSCRIPTSJAVA <--> EXAMPLESCRIPTSJAVA
> Since the following are all EXAMPLESCRIPTSPYTHON, so I'd like to change EXAMPLESSCRIPTSJAVA to EXAMPLESCRIPTSJAVA



--
This message was sent by Atlassian JIRA
(v6.2#6252)