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

[jira] [Resolved] (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 ]

Benjamin Mahler resolved MESOS-1540.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.20.0

{noformat}
commit a8d5b19a13230dde460ee81e3664c744b4860065
Author: Chengwei Yang <ch...@gmail.com>
Date:   Thu Jun 26 12:45:51 2014 -0700

    Fixed typo EXAMPLESSCRIPTJAVA to EXAMPLESCRIPTJAVA in the Makefile.

    Review: https://reviews.apache.org/r/22952
{noformat}

> 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
>             Fix For: 0.20.0
>
>
> {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)