YETUS-127: extra note for --plugins parameter Small additional note for test-patch.sh --plugins parameter.
Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/1d78a3fe Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/1d78a3fe Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/1d78a3fe Branch: refs/heads/YETUS-83 Commit: 1d78a3fe862ffcdd66fd949581432077e6bd476b Parents: 10cec8b Author: jaoki <[email protected]> Authored: Sat Oct 24 01:42:12 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Mon Oct 26 15:50:06 2015 -0700 ---------------------------------------------------------------------- .gitignore | 1 + dev-support/test-patch.sh | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/1d78a3fe/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 6527c4a..0c7b066 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ target build publish +*.swp http://git-wip-us.apache.org/repos/asf/yetus/blob/1d78a3fe/dev-support/test-patch.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 8138491..93874a2 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -688,6 +688,7 @@ function yetus_usage echo "--personality=<file> The personality file to load" echo "--project=<name> The short name for project currently using test-patch (default 'yetus')" echo "--plugins=<list> Specify which plug-ins to add/delete (comma delimited; use 'all' for all found)" + echo " e.g. --plugins=all,-ant,-scalac (all plugins except ant and scalac)" echo "--resetrepo Forcibly clean the repo" echo "--run-tests Run all relevant tests below the base directory" echo "--skip-dirs=<list> Skip following directories for module finding"
