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

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

Chengwei Yang created MESOS-1540:
------------------------------------

             Summary: 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
            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)