You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2015/05/08 18:34:07 UTC

[Hadoop Wiki] Trivial Update of "TestPatchTips" by RayChiang

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "TestPatchTips" page has been changed by RayChiang:
https://wiki.apache.org/hadoop/TestPatchTips?action=diff&rev1=2&rev2=3

Comment:
Fix typo in argument

  {{{
  $ git diff --no-prefix trunk > /tmp/1.patch
  
- $ dev-support/test-patch.sh --resetrepo --runtests --basedir=/test/repo /tmp/1.patch
+ $ dev-support/test-patch.sh --resetrepo --run-tests --basedir=/test/repo /tmp/1.patch
  }}}
  This will run the freshly built patch against the tests in a fresh repo.