diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-04 18:05:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-04 18:05:00 +0300 |
commit | 91d2681710b33aada66c6bd335eb7c273ced8787 (patch) | |
tree | a3d2d178c07a39892af475e6e8a46bd76fa142c3 /tests/publish.test | |
parent | e4ac31ef79418c4f3f6649c3bf950f343d109e13 (diff) |
Fix yet another publish test adding git user name/email
Diffstat (limited to 'tests/publish.test')
-rw-r--r-- | tests/publish.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/publish.test b/tests/publish.test index 9157450..a5dc545 100644 --- a/tests/publish.test +++ b/tests/publish.test @@ -353,6 +353,8 @@ windows = ($cxx.target.class == 'windows') # fetch. # git clone "$rep" prj2 &prj2/*** 2>!; + $g2 config user.name "Test Script"; + $g2 config user.email "testscript@example.com"; $g2 checkout -b build2-control --track origin/build2-control; $g2 commit --allow-empty -m 'Dummy1'; $g2 push; |