Repository: yetus Updated Branches: refs/heads/master 8c59ecd41 -> 3ab65a7c0
YETUS-560: Fix option name inconsistency: build-url-patchdir vs build-url-artifacts Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/3ab65a7c Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/3ab65a7c Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/3ab65a7c Branch: refs/heads/master Commit: 3ab65a7c0e67351b4e72e29e24bcffe173333b60 Parents: 8c59ecd Author: Adam Szita <[email protected]> Authored: Thu Oct 19 12:17:42 2017 +0200 Committer: Sean Busbey <[email protected]> Committed: Fri Oct 20 09:10:10 2017 -0500 ---------------------------------------------------------------------- precommit/test-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/3ab65a7c/precommit/test-patch.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.sh b/precommit/test-patch.sh index 3eab2ff..ccc9990 100755 --- a/precommit/test-patch.sh +++ b/precommit/test-patch.sh @@ -745,7 +745,7 @@ function yetus_usage echo "Automation options:" yetus_add_option "--build-url=<url>" "Set the build location web page (Default: '${BUILD_URL}')" yetus_add_option "--build-url-console=<location>" "Location relative to --build-url of the console (Default: '${BUILD_URL_CONSOLE}')" - yetus_add_option "--build-url-patchdir=<location>" "Location relative to --build-url of the --patch-dir (Default: '${BUILD_URL_ARTIFACTS}')" + yetus_add_option "--build-url-artifacts=<location>" "Location relative to --build-url of the --patch-dir (Default: '${BUILD_URL_ARTIFACTS}')" yetus_add_option "--console-report-file=<file>" "Save the final console-based report to a file in addition to the screen" yetus_add_option "--console-urls" "Use the build URL instead of path on the console report" yetus_add_option "--instance=<string>" "Parallel execution identifier string"
