diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-08 16:09:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-10 11:56:17 +0300 |
commit | cfd26b1d626260cb23a14fee85c4518d84e1aa67 (patch) | |
tree | e73ee0555208ad6416b13eb3e0d596d6f259d02c /tests | |
parent | c900b538003e2f1aad23146aa3a8d593672cdbf5 (diff) |
Fix release testscript failing with bdep-git-pre-commit-version-check git hook set
Diffstat (limited to 'tests')
-rw-r--r-- | tests/release.testscript | 7 |
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; $*; |