From 74d010e9ca446f7a736f9215a961f6728f6047be Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 11 Mar 2019 22:56:51 +0300 Subject: Add --edit and --no-edit options to bdep-release --- tests/release.testscript | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/release.testscript') diff --git a/tests/release.testscript b/tests/release.testscript index 2ab961b..2f63265 100644 --- a/tests/release.testscript +++ b/tests/release.testscript @@ -529,7 +529,7 @@ log2 = $gp2 log '--pretty=format:"%d %s"' : changes-staged : { - test.arguments += --push + test.arguments += --push --no-edit +$clone_repos @@ -803,7 +803,7 @@ log2 = $gp2 log '--pretty=format:"%d %s"' echo '' >+ prj/prj/manifest; $gp add prj/manifest; - $release --revision -q --yes -d prj/prj; + $release --revision -q --yes --no-edit -d prj/prj; echo '' >+ prj/prj/manifest; $gp add prj/manifest; @@ -811,7 +811,7 @@ log2 = $gp2 log '--pretty=format:"%d %s"' echo '' >+ prj/libprj/manifest; $gp add libprj/manifest; - $* --revision 2>>~%EOE%; + $* --revision --no-edit 2>>~%EOE%; %Updated tag 'v0.1.0' \(was \.*\)%d EOE @@ -1014,6 +1014,7 @@ log2 = $gp2 log '--pretty=format:"%d %s"' $* --tag --no-commit 2>'error: both --tag and --no-commit specified' != 0; $* --push --no-commit 2>'error: both --push and --no-commit specified' != 0; $* --push --show-push 2>'error: both --push and --show-push specified' != 0; + $* --edit --no-commit 2>'error: both --no-commit and --edit specified' != 0; $* --open-base 1.2.3 --open-beta 2>'error: both --open-beta and --open-base specified' != 0 } -- cgit v1.1