Ravi Prakash created HADOOP-9614: ------------------------------------ Summary: smart-test-patch.sh hangs for new version of patch (2.7.1) Key: HADOOP-9614 URL: https://issues.apache.org/jira/browse/HADOOP-9614 Project: Hadoop Common Issue Type: Bug Affects Versions: 2.0.4-alpha, 0.23.7, 3.0.0 Reporter: Ravi Prakash Assignee: Ravi Prakash
patch -p0 -E --dry-run prints "checking file " for the new version of patch(2.7.1) rather than "patching file" as it did for older versions. This causes TMP2 to become empty, which causes the script to hang on this command forever: PREFIX_DIRS_AND_FILES=$(cut -d '/' -f 1 | sort | uniq) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira