Repository: yetus Updated Branches: refs/heads/master 86632ab22 -> 837e0fbc0
YETUS-117. Nonexistent function invocation in the nobuild plugin 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/837e0fbc Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/837e0fbc Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/837e0fbc Branch: refs/heads/master Commit: 837e0fbc06d7403c111b45130b0405ceaf78d896 Parents: 86632ab Author: Kengo Seki <[email protected]> Authored: Thu Oct 22 02:56:19 2015 +0900 Committer: Allen Wittenauer <[email protected]> Committed: Wed Oct 21 11:02:15 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch.d/nobuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/837e0fbc/dev-support/test-patch.d/nobuild.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.d/nobuild.sh b/dev-support/test-patch.d/nobuild.sh index 73e2619..74d35aa 100644 --- a/dev-support/test-patch.d/nobuild.sh +++ b/dev-support/test-patch.d/nobuild.sh @@ -30,7 +30,7 @@ function nobuild_modules_worker { local status=$1 local testtype=$2 - module_workers "${status}" "${testtype}" + modules_workers "${status}" "${testtype}" } function nobuild_builtin_personality_modules
