diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-22 16:53:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-22 16:55:38 +0300 |
commit | 8b72bd7e42181fde2a02e0d1d382d17dda184199 (patch) | |
tree | 018f42a5aa2804c9dc3d7b7e59187f1e2371f6cb /tests | |
parent | 6dff80b189a649f64a885a553ceefe1055cdb21e (diff) |
Add support for --commiter-* options in submit-git handler
Diffstat (limited to 'tests')
-rw-r--r-- | tests/submit/submit-git.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/submit/submit-git.test b/tests/submit/submit-git.test index 5a73d65..20745ed 100644 --- a/tests/submit/submit-git.test +++ b/tests/submit/submit-git.test @@ -61,13 +61,13 @@ pkg_ctl="$prj_ctl/hello.git" : none : $* 2>>~%EOE% != 0 - %\[.+\] \[brep:error\] \[ref \] \[brep-submit-git\]: usage: .+brep-submit-git <tgt-repo> \[<ref-repo>\] <dir>% + %\[.+\] \[brep:error\] \[ref \] \[brep-submit-git\]: usage: .+brep-submit-git \[<options>\] <tgt-repo> \[<ref-repo>\] <dir>% EOE : dir-only : $* $~/dir 2>>~%EOE% != 0 - %\[.+\] \[brep:error\] \[ref dir\] \[brep-submit-git\]: usage: .+brep-submit-git <tgt-repo> \[<ref-repo>\] <dir>% + %\[.+\] \[brep:error\] \[ref dir\] \[brep-submit-git\]: usage: .+brep-submit-git \[<options>\] <tgt-repo> \[<ref-repo>\] <dir>% EOE : ref-not-exist @@ -126,7 +126,7 @@ pkg_ctl="$prj_ctl/hello.git" git -C tgt log -1 >>~%EOO% %commit .+% - %Author: .+% + %Author: Submission Handler <user@example.org>% %Date: .+% Add libhello/0.1.0 to 1/alpha/hello |