aboutsummaryrefslogtreecommitdiff
path: root/tests/release.testscript
diff options
context:
space:
mode:
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 c7f53f1..ff32db8 100644
--- a/tests/release.testscript
+++ b/tests/release.testscript
@@ -902,10 +902,11 @@ log2 = $gp2 log '--pretty=format:"%d %s"'
+$clone_repos
+echo '' >+ prj/repositories.manifest
- +$gp commit -a -m 'Fix repositories.manifest'
+ +$gp commit -a -m 'Fix repositories.manifest' --no-verify
+echo '' >+ prj/buildfile
- +$gp commit -a -m 'Fix buildfile' -m "Add '\n' to the end of the file."
+ +$gp commit -a -m 'Fix buildfile' -m "Add '\n' to the end of the file." \
+ --no-verify
+echo '' >+ prj/manifest
+$gp add manifest
@@ -974,7 +975,7 @@ log2 = $gp2 log '--pretty=format:"%d %s"'
{
$clone_repos;
- $gp commit -a -m 'Change manifest';
+ $gp commit -a -m 'Change manifest' --no-verify;
$*;