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)

Reply via email to