aboutsummaryrefslogtreecommitdiff
path: root/tests/release.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-11 22:56:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-12 12:50:02 +0300
commit74d010e9ca446f7a736f9215a961f6728f6047be (patch)
treefe4630b7af1563decba7442432eee1524aca1c29 /tests/release.testscript
parent9e75650b59e4cd580c07e2ff50788019108cd194 (diff)
Add --edit and --no-edit options to bdep-release
Diffstat (limited to 'tests/release.testscript')
-rw-r--r--tests/release.testscript7
1 files changed, 4 insertions, 3 deletions
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
}