From e4ac31ef79418c4f3f6649c3bf950f343d109e13 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 4 Aug 2018 17:50:45 +0300 Subject: Fix publish testscript adding git user name/email --- tests/publish.test | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/publish.test b/tests/publish.test index f5ecc3a..9157450 100644 --- a/tests/publish.test +++ b/tests/publish.test @@ -238,11 +238,14 @@ windows = ($cxx.target.class == 'windows') +$clone_prj + g = git -C prj >! 2>! + + +$g config user.name "Test Script" + +$g config user.email "testscript@example.com" + clone_rep = cp --no-cleanup -r ../prj.git ./ &prj.git/*** clone_prj = cp --no-cleanup -r ../prj ./ &prj/*** - g = git -C prj >! 2>! - : success : { -- cgit v1.1