From 91d2681710b33aada66c6bd335eb7c273ced8787 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 4 Aug 2018 18:05:00 +0300 Subject: Fix yet another publish test adding git user name/email --- tests/publish.test | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.1