You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/05/18 06:08:59 UTC

[jira] [Created] (HADOOP-11991) test-patch.sh isn't re-executed even if smart-apply-patch.sh is modified

Kengo Seki created HADOOP-11991:
-----------------------------------

             Summary: test-patch.sh isn't re-executed even if smart-apply-patch.sh is modified
                 Key: HADOOP-11991
                 URL: https://issues.apache.org/jira/browse/HADOOP-11991
             Project: Hadoop Common
          Issue Type: Bug
          Components: test
            Reporter: Kengo Seki


I think this condition is wrong.

{code}
  if [[ ! ${CHANGED_FILES} =~ dev-support/test-patch
      || ${CHANGED_FILES} =~ dev-support/smart-apply ]] ; then
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)