aboutsummaryrefslogtreecommitdiff
path: root/tests/release.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-08-02 11:20:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-08-02 11:20:15 +0200
commit9d1787820b9811d06f0aff9448f419c72f7aa39c (patch)
tree585ff22999561c30c3e1679c7f57b8fa61417815 /tests/release.testscript
parentcf98cf8fd3f7b10b3eceddb2d99b78601c9cd719 (diff)
Add --no-verify to git commit commands in tests
Diffstat (limited to 'tests/release.testscript')
-rw-r--r--tests/release.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/release.testscript b/tests/release.testscript
index 6c89987..0b772c1 100644
--- a/tests/release.testscript
+++ b/tests/release.testscript
@@ -33,7 +33,7 @@ log = $gp log '--pretty=format:"%d %s"'
+$gp config user.email 'testscript@example.com'
+$gp remote add origin ../prj.git
+$gp add '*'
-+$gp commit -m 'Create'
++$gp commit -m 'Create' --no-verify
+$gp push --set-upstream origin master
clone_prj = cp --no-cleanup -pr ../prj ./ &prj/***